Html Css Color HEX #C5B212 Bird Flower

📋 copy color: '#C5B212'

red 197 ◦ green 178 ◦ blue 18

#C5B212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #C5B212

Tints of Bird Flower #C5B212

RGB

 RED value IS 197 (77.34% from 255) = 50.13%

 GREEN value IS 178 (69.92% from 255) = 45.29%

 BLUE value IS 18 (7.42% from 255) = 4.58%

R = 50.13%
G = 45.29%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C5B212 (or 0xC5B212) is known color: Bird Flower. HEX triplet: C5, B2 and 12. RGB value is (197,178,18). Sum of RGB (Red+Green+Blue) = 197+178+18=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B212 is #3A4DED. Grayscale: #A6A6A6. Windows color (decimal): -3821038 or 1225413. OLE color: 1225413.

HSL color Cylindrical-coordinate representation of color #C5B212: hue angle of 53.63º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5B212 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 178 18 -
CMYK 0 0.10 0.91 0.23
HSL 53.63º 0.83% 0.42% -
HSV(B) 53.63º 0.91% 0.77% -
XYZ 39.06 43.75 6.96 -
YUV 165.44 44.79 150.51 -
System Red Green Blue C M Y K H S L
Decimal 197 178 18 0 0.10 0.91 0.23 53.63 0.83 0.42
Hex C5 B2 12 0 A 5B 17 36 53 2A
Octal 305 262 22 0 12 133 27 66 123 52
Binary 11000101 10110010 10010 0 1010 1011011 10111 110110 1010011 101010

Color Harmonies of #C5B212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B212

Black with #C5B212

Text Example


Text Example

White with #C5B212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B212; }

 p { color: rgb(197,178,18); }

 H1.HeaderClassName
 {
   color: #C5B212;
 }
 .AnyTagClassName
 {
   color: #C5B212;
 }
</style>

background-color css

<style>
 a { background-color: #C5B212; }

 a { background-color: rgb(197,178,18); }

 div.DivClassName
 {
   background-color: #C5B212;
 }
 .BgClassName
 {
   background-color: #C5B212;
 }
</style>

border-color css

<style>
 span { border-color: #C5B212; }

 span { border-color: rgb(197,178,18); }

 td.TdClassName
 {
   border-color: #C5B212;
 }
 .TagClassName
 {
   border-color: #C5B212;
 }
</style>