Html Css Color HEX #C5C018 Bird Flower

📋 copy color: '#C5C018'

red 197 ◦ green 192 ◦ blue 24

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

Shades of Bird Flower #C5C018

Tints of Bird Flower #C5C018

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.49%

 BLUE value IS 24 (9.77% from 255) = 5.81%

R = 47.7%
G = 46.49%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C5C018 (or 0xC5C018) is known color: Bird Flower. HEX triplet: C5, C0 and 18. RGB value is (197,192,24). Sum of RGB (Red+Green+Blue) = 197+192+24=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C018 is #3A3FE7. Grayscale: #AFAFAF. Windows color (decimal): -3817448 or 1622213. OLE color: 1622213.

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

Color convert

RGB 197 192 24 -
CMYK 0 0.03 0.88 0.23
HSL 58.27º 0.78% 0.43% -
HSV(B) 58.27º 0.88% 0.77% -
XYZ 42.04 49.64 8.23 -
YUV 174.34 43.16 144.16 -
System Red Green Blue C M Y K H S L
Decimal 197 192 24 0 0.03 0.88 0.23 58.27 0.78 0.43
Hex C5 C0 18 0 3 58 17 3A 4E 2B
Octal 305 300 30 0 3 130 27 72 116 53
Binary 11000101 11000000 11000 0 11 1011000 10111 111010 1001110 101011

Color Harmonies of #C5C018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C018

Black with #C5C018

Text Example


Text Example

White with #C5C018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C018; }

 p { color: rgb(197,192,24); }

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

background-color css

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

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

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

border-color css

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

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

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