Html Css Color HEX #C4B616 Bird Flower

📋 copy color: '#C4B616'

red 196 ◦ green 182 ◦ blue 22

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

Shades of Bird Flower #C4B616

Tints of Bird Flower #C4B616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.5%

 BLUE value IS 22 (8.98% from 255) = 5.5%

R = 49%
G = 45.5%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C4B616 (or 0xC4B616) is known color: Bird Flower. HEX triplet: C4, B6 and 16. RGB value is (196,182,22). Sum of RGB (Red+Green+Blue) = 196+182+22=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B616 is #3B49E9. Grayscale: #A8A8A8. Windows color (decimal): -3885546 or 1488580. OLE color: 1488580.

HSL color Cylindrical-coordinate representation of color #C4B616: hue angle of 55.17º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4B616 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 182 22 -
CMYK 0 0.07 0.89 0.23
HSL 55.17º 0.8% 0.43% -
HSV(B) 55.17º 0.89% 0.77% -
XYZ 39.64 45.25 7.4 -
YUV 167.95 45.64 148.01 -
System Red Green Blue C M Y K H S L
Decimal 196 182 22 0 0.07 0.89 0.23 55.17 0.8 0.43
Hex C4 B6 16 0 7 59 17 37 50 2B
Octal 304 266 26 0 7 131 27 67 120 53
Binary 11000100 10110110 10110 0 111 1011001 10111 110111 1010000 101011

Color Harmonies of #C4B616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B616

Black with #C4B616

Text Example


Text Example

White with #C4B616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B616; }

 p { color: rgb(196,182,22); }

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

background-color css

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

 a { background-color: rgb(196,182,22); }

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

border-color css

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

 span { border-color: rgb(196,182,22); }

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