Html Css Color HEX #C4BA14 Bird Flower

📋 copy color: '#C4BA14'

red 196 ◦ green 186 ◦ blue 20

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

Shades of Bird Flower #C4BA14

Tints of Bird Flower #C4BA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.27%

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

R = 48.76%
G = 46.27%
B = 4.98%

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

#C4BA14 (or 0xC4BA14) is known color: Bird Flower. HEX triplet: C4, BA and 14. RGB value is (196,186,20). Sum of RGB (Red+Green+Blue) = 196+186+20=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BA14 is #3B45EB. Grayscale: #AAAAAA. Windows color (decimal): -3884524 or 1358532. OLE color: 1358532.

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

Color convert

RGB 196 186 20 -
CMYK 0 0.05 0.90 0.23
HSL 56.59º 0.81% 0.42% -
HSV(B) 56.59º 0.9% 0.77% -
XYZ 40.45 46.9 7.58 -
YUV 170.07 43.31 146.5 -
System Red Green Blue C M Y K H S L
Decimal 196 186 20 0 0.05 0.90 0.23 56.59 0.81 0.42
Hex C4 BA 14 0 5 5A 17 39 51 2A
Octal 304 272 24 0 5 132 27 71 121 52
Binary 11000100 10111010 10100 0 101 1011010 10111 111001 1010001 101010

Color Harmonies of #C4BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA14

Black with #C4BA14

Text Example


Text Example

White with #C4BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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