Html Css Color HEX #C5C519 Bird Flower

📋 copy color: '#C5C519'

red 197 ◦ green 197 ◦ blue 25

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

Shades of Bird Flower #C5C519

Tints of Bird Flower #C5C519

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.02%

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

R = 47.02%
G = 47.02%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5C519 (or 0xC5C519) is known color: Bird Flower. HEX triplet: C5, C5 and 19. RGB value is (197,197,25). Sum of RGB (Red+Green+Blue) = 197+197+25=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C519 is #3A3AE6. Grayscale: #B2B2B2. Windows color (decimal): -3816167 or 1689029. OLE color: 1689029.

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

Color convert

RGB 197 197 25 -
CMYK 0 0 0.87 0.23
HSL 60º 0.77% 0.44% -
HSV(B) 60º 0.87% 0.77% -
XYZ 43.17 51.87 8.66 -
YUV 177.39 42 141.99 -
System Red Green Blue C M Y K H S L
Decimal 197 197 25 0 0 0.87 0.23 60 0.77 0.44
Hex C5 C5 19 0 0 57 17 3C 4D 2C
Octal 305 305 31 0 0 127 27 74 115 54
Binary 11000101 11000101 11001 0 0 1010111 10111 111100 1001101 101100

Color Harmonies of #C5C519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C519

Black with #C5C519

Text Example


Text Example

White with #C5C519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C519; }

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

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

background-color css

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

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

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

border-color css

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

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

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