Html Css Color HEX #C4B211 Bird Flower

📋 copy color: '#C4B211'

red 196 ◦ green 178 ◦ blue 17

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

Shades of Bird Flower #C4B211

Tints of Bird Flower #C4B211

RGB

 RED value IS 196 (76.95% from 255) = 50.13%

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

 BLUE value IS 17 (7.03% from 255) = 4.35%

R = 50.13%
G = 45.52%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C4B211 (or 0xC4B211) is known color: Bird Flower. HEX triplet: C4, B2 and 11. RGB value is (196,178,17). Sum of RGB (Red+Green+Blue) = 196+178+17=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B211 is #3B4DEE. Grayscale: #A5A5A5. Windows color (decimal): -3886575 or 1159876. OLE color: 1159876.

HSL color Cylindrical-coordinate representation of color #C4B211: hue angle of 53.97º degrees, saturation: 0.84, 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 #C4B211 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 178 17 -
CMYK 0 0.09 0.91 0.23
HSL 53.97º 0.84% 0.42% -
HSV(B) 53.97º 0.91% 0.77% -
XYZ 38.79 43.62 6.9 -
YUV 165.03 44.46 150.09 -
System Red Green Blue C M Y K H S L
Decimal 196 178 17 0 0.09 0.91 0.23 53.97 0.84 0.42
Hex C4 B2 11 0 9 5B 17 36 54 2A
Octal 304 262 21 0 11 133 27 66 124 52
Binary 11000100 10110010 10001 0 1001 1011011 10111 110110 1010100 101010

Color Harmonies of #C4B211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B211

Black with #C4B211

Text Example


Text Example

White with #C4B211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B211; }

 p { color: rgb(196,178,17); }

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

background-color css

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

 a { background-color: rgb(196,178,17); }

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

border-color css

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

 span { border-color: rgb(196,178,17); }

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