Html Css Color HEX #C5BA19 Bird Flower

📋 copy color: '#C5BA19'

red 197 ◦ green 186 ◦ blue 25

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

Shades of Bird Flower #C5BA19

Tints of Bird Flower #C5BA19

RGB

 RED value IS 197 (77.34% from 255) = 48.28%

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

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

R = 48.28%
G = 45.59%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5BA19 (or 0xC5BA19) is known color: Bird Flower. HEX triplet: C5, BA and 19. RGB value is (197,186,25). Sum of RGB (Red+Green+Blue) = 197+186+25=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BA19 is #3A45E6. Grayscale: #ABABAB. Windows color (decimal): -3818983 or 1686213. OLE color: 1686213.

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

Color convert

RGB 197 186 25 -
CMYK 0 0.06 0.87 0.23
HSL 56.16º 0.77% 0.44% -
HSV(B) 56.16º 0.87% 0.77% -
XYZ 40.76 47.06 7.85 -
YUV 170.94 45.64 146.59 -
System Red Green Blue C M Y K H S L
Decimal 197 186 25 0 0.06 0.87 0.23 56.16 0.77 0.44
Hex C5 BA 19 0 6 57 17 38 4D 2C
Octal 305 272 31 0 6 127 27 70 115 54
Binary 11000101 10111010 11001 0 110 1010111 10111 111000 1001101 101100

Color Harmonies of #C5BA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA19

Black with #C5BA19

Text Example


Text Example

White with #C5BA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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