Html Css Color HEX #C5C516 Bird Flower

📋 copy color: '#C5C516'

red 197 ◦ green 197 ◦ blue 22

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

Shades of Bird Flower #C5C516

Tints of Bird Flower #C5C516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.29%

R = 47.36%
G = 47.36%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C5C516 (or 0xC5C516) is known color: Bird Flower. HEX triplet: C5, C5 and 16. RGB value is (197,197,22). Sum of RGB (Red+Green+Blue) = 197+197+22=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C516 is #3A3AE9. Grayscale: #B1B1B1. Windows color (decimal): -3816170 or 1492421. OLE color: 1492421.

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

Color convert

RGB 197 197 22 -
CMYK 0 0 0.89 0.23
HSL 60º 0.8% 0.43% -
HSV(B) 60º 0.89% 0.77% -
XYZ 43.14 51.86 8.5 -
YUV 177.05 40.5 142.23 -
System Red Green Blue C M Y K H S L
Decimal 197 197 22 0 0 0.89 0.23 60 0.8 0.43
Hex C5 C5 16 0 0 59 17 3C 50 2B
Octal 305 305 26 0 0 131 27 74 120 53
Binary 11000101 11000101 10110 0 0 1011001 10111 111100 1010000 101011

Color Harmonies of #C5C516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C516

Black with #C5C516

Text Example


Text Example

White with #C5C516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C516; }

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

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

background-color css

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

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

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

border-color css

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

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

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