Html Css Color HEX #C4BB14 Bird Flower

📋 copy color: '#C4BB14'

red 196 ◦ green 187 ◦ blue 20

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

Shades of Bird Flower #C4BB14

Tints of Bird Flower #C4BB14

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.4%

 BLUE value IS 20 (8.2% from 255) = 4.96%

R = 48.64%
G = 46.4%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C4BB14 (or 0xC4BB14) is known color: Bird Flower. HEX triplet: C4, BB and 14. RGB value is (196,187,20). Sum of RGB (Red+Green+Blue) = 196+187+20=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BB14 is #3B44EB. Grayscale: #ABABAB. Windows color (decimal): -3884268 or 1358788. OLE color: 1358788.

HSL color Cylindrical-coordinate representation of color #C4BB14: hue angle of 56.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4BB14 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 187 20 -
CMYK 0 0.05 0.90 0.23
HSL 56.93º 0.81% 0.42% -
HSV(B) 56.93º 0.9% 0.77% -
XYZ 40.66 47.33 7.65 -
YUV 170.65 42.98 146.08 -
System Red Green Blue C M Y K H S L
Decimal 196 187 20 0 0.05 0.90 0.23 56.93 0.81 0.42
Hex C4 BB 14 0 5 5A 17 39 51 2A
Octal 304 273 24 0 5 132 27 71 121 52
Binary 11000100 10111011 10100 0 101 1011010 10111 111001 1010001 101010

Color Harmonies of #C4BB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BB14

Black with #C4BB14

Text Example


Text Example

White with #C4BB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BB14; }

 p { color: rgb(196,187,20); }

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

background-color css

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

 a { background-color: rgb(196,187,20); }

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

border-color css

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

 span { border-color: rgb(196,187,20); }

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