Html Css Color HEX #C4BA19 Bird Flower

📋 copy color: '#C4BA19'

red 196 ◦ green 186 ◦ blue 25

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

Shades of Bird Flower #C4BA19

Tints of Bird Flower #C4BA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.14%

R = 48.16%
G = 45.7%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4BA19 (or 0xC4BA19) is known color: Bird Flower. HEX triplet: C4, BA and 19. RGB value is (196,186,25). Sum of RGB (Red+Green+Blue) = 196+186+25=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BA19 is #3B45E6. Grayscale: #ABABAB. Windows color (decimal): -3884519 or 1686212. OLE color: 1686212.

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

Color convert

RGB 196 186 25 -
CMYK 0 0.05 0.87 0.23
HSL 56.49º 0.77% 0.43% -
HSV(B) 56.49º 0.87% 0.77% -
XYZ 40.5 46.92 7.84 -
YUV 170.64 45.81 146.09 -
System Red Green Blue C M Y K H S L
Decimal 196 186 25 0 0.05 0.87 0.23 56.49 0.77 0.43
Hex C4 BA 19 0 5 57 17 38 4D 2B
Octal 304 272 31 0 5 127 27 70 115 53
Binary 11000100 10111010 11001 0 101 1010111 10111 111000 1001101 101011

Color Harmonies of #C4BA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA19

Black with #C4BA19

Text Example


Text Example

White with #C4BA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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