#C5C75B

Color #C5C75B Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C5C75B

Tints of Wild Willow #C5C75B

Color information

#C5C75B (or 0xC5C75B) is unknown color: approx Wild Willow. HEX triplet: C5, C7 and 5B. RGB value is (197,199,91). Sum of RGB (Red+Green+Blue) = 197+199+91=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C75B is #3A38A4. Grayscale: #BABABA. Windows color (decimal): -3815589 or 6014917. OLE color: 6014917.

HSL color Cylindrical-coordinate representation of color #C5C75B: hue angle of 61.11º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5C75B is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19719991-
CMYK0.0100.540.22
HSL61.11º49.09%56.86%-
HSV(B)61.11º54.27%78.04%-
XYZ45.3453.4717.83-
YUV186.0974.34135.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.45%
GREEN value IS 199 (78.12% from 255) = 40.86%
BLUE value IS 91 (35.94% from 255) = 18.69%
R=40.45%
G=40.86%
B=18.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197199910.0100.540.2261.1149.0956.86
HexC5C75B1036163d3139
Octal305307133106626756171
Binary110001011100011110110111011011010110111101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C75B; }

 p { color: rgb(197,199,91); }

 H1.HeaderClassName
 {
   color: #C5C75B;
 }
 .AnyTagClassName
 {
   color: #C5C75B;
 }
</style>
background-color css

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

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

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

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

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

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