Html Css Color HEX #C4B917 Bird Flower

📋 copy color: '#C4B917'

red 196 ◦ green 185 ◦ blue 23

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

Shades of Bird Flower #C4B917

Tints of Bird Flower #C4B917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.79%

 BLUE value IS 23 (9.38% from 255) = 5.69%

R = 48.51%
G = 45.79%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C4B917 (or 0xC4B917) is known color: Bird Flower. HEX triplet: C4, B9 and 17. RGB value is (196,185,23). Sum of RGB (Red+Green+Blue) = 196+185+23=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B917 is #3B46E8. Grayscale: #AAAAAA. Windows color (decimal): -3884777 or 1554884. OLE color: 1554884.

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

Color convert

RGB 196 185 23 -
CMYK 0 0.06 0.88 0.23
HSL 56.18º 0.79% 0.43% -
HSV(B) 56.18º 0.88% 0.77% -
XYZ 40.27 46.5 7.66 -
YUV 169.82 45.14 146.67 -
System Red Green Blue C M Y K H S L
Decimal 196 185 23 0 0.06 0.88 0.23 56.18 0.79 0.43
Hex C4 B9 17 0 6 58 17 38 4F 2B
Octal 304 271 27 0 6 130 27 70 117 53
Binary 11000100 10111001 10111 0 110 1011000 10111 111000 1001111 101011

Color Harmonies of #C4B917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B917

Black with #C4B917

Text Example


Text Example

White with #C4B917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B917; }

 p { color: rgb(196,185,23); }

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

background-color css

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

 a { background-color: rgb(196,185,23); }

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

border-color css

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

 span { border-color: rgb(196,185,23); }

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