Html Css Color HEX #C4B916 Bird Flower

📋 copy color: '#C4B916'

red 196 ◦ green 185 ◦ blue 22

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

Shades of Bird Flower #C4B916

Tints of Bird Flower #C4B916

RGB

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

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

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

R = 48.64%
G = 45.91%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C4B916 (or 0xC4B916) is known color: Bird Flower. HEX triplet: C4, B9 and 16. RGB value is (196,185,22). Sum of RGB (Red+Green+Blue) = 196+185+22=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B916 is #3B46E9. Grayscale: #AAAAAA. Windows color (decimal): -3884778 or 1489348. OLE color: 1489348.

HSL color Cylindrical-coordinate representation of color #C4B916: hue angle of 56.21º 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 #C4B916 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 185 22 -
CMYK 0 0.06 0.89 0.23
HSL 56.21º 0.8% 0.43% -
HSV(B) 56.21º 0.89% 0.77% -
XYZ 40.26 46.49 7.61 -
YUV 169.71 44.64 146.75 -
System Red Green Blue C M Y K H S L
Decimal 196 185 22 0 0.06 0.89 0.23 56.21 0.8 0.43
Hex C4 B9 16 0 6 59 17 38 50 2B
Octal 304 271 26 0 6 131 27 70 120 53
Binary 11000100 10111001 10110 0 110 1011001 10111 111000 1010000 101011

Color Harmonies of #C4B916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B916

Black with #C4B916

Text Example


Text Example

White with #C4B916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B916; }

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

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

background-color css

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

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

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

border-color css

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

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

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