Html Css Color HEX #C4BA13 Bird Flower

📋 copy color: '#C4BA13'

red 196 ◦ green 186 ◦ blue 19

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

Shades of Bird Flower #C4BA13

Tints of Bird Flower #C4BA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.74%

R = 48.88%
G = 46.38%
B = 4.74%

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

#C4BA13 (or 0xC4BA13) is known color: Bird Flower. HEX triplet: C4, BA and 13. RGB value is (196,186,19). Sum of RGB (Red+Green+Blue) = 196+186+19=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BA13 is #3B45EC. Grayscale: #AAAAAA. Windows color (decimal): -3884525 or 1292996. OLE color: 1292996.

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

Color convert

RGB 196 186 19 -
CMYK 0 0.05 0.90 0.23
HSL 56.61º 0.82% 0.42% -
HSV(B) 56.61º 0.9% 0.77% -
XYZ 40.44 46.9 7.54 -
YUV 169.95 42.81 146.58 -
System Red Green Blue C M Y K H S L
Decimal 196 186 19 0 0.05 0.90 0.23 56.61 0.82 0.42
Hex C4 BA 13 0 5 5A 17 39 52 2A
Octal 304 272 23 0 5 132 27 71 122 52
Binary 11000100 10111010 10011 0 101 1011010 10111 111001 1010010 101010

Color Harmonies of #C4BA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA13

Black with #C4BA13

Text Example


Text Example

White with #C4BA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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