Html Css Color HEX #C4B514 Bird Flower

📋 copy color: '#C4B514'

red 196 ◦ green 181 ◦ blue 20

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

Shades of Bird Flower #C4B514

Tints of Bird Flower #C4B514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.59%

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

R = 49.37%
G = 45.59%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C4B514 (or 0xC4B514) is known color: Bird Flower. HEX triplet: C4, B5 and 14. RGB value is (196,181,20). Sum of RGB (Red+Green+Blue) = 196+181+20=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B514 is #3B4AEB. Grayscale: #A7A7A7. Windows color (decimal): -3885804 or 1357252. OLE color: 1357252.

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

Color convert

RGB 196 181 20 -
CMYK 0 0.08 0.90 0.23
HSL 54.89º 0.81% 0.42% -
HSV(B) 54.89º 0.9% 0.77% -
XYZ 39.42 44.83 7.24 -
YUV 167.13 44.97 148.59 -
System Red Green Blue C M Y K H S L
Decimal 196 181 20 0 0.08 0.90 0.23 54.89 0.81 0.42
Hex C4 B5 14 0 8 5A 17 37 51 2A
Octal 304 265 24 0 10 132 27 67 121 52
Binary 11000100 10110101 10100 0 1000 1011010 10111 110111 1010001 101010

Color Harmonies of #C4B514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B514

Black with #C4B514

Text Example


Text Example

White with #C4B514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B514; }

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

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

background-color css

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

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

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

border-color css

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

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

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