Html Css Color HEX #C5C65F Wild Willow

📋 copy color: '#C5C65F'

red 197 ◦ green 198 ◦ blue 95

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

Shades of Wild Willow #C5C65F

Tints of Wild Willow #C5C65F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.41%

 BLUE value IS 95 (37.5% from 255) = 19.39%

R = 40.2%
G = 40.41%
B = 19.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C5C65F (or 0xC5C65F) is known color: Wild Willow. HEX triplet: C5, C6 and 5F. RGB value is (197,198,95). Sum of RGB (Red+Green+Blue) = 197+198+95=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 95 (37.5% from 255 or 19.39% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C65F is #3A39A0. Grayscale: #BABABA. Windows color (decimal): -3815841 or 6276805. OLE color: 6276805.

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

Color convert

RGB 197 198 95 -
CMYK 0.01 0 0.52 0.22
HSL 60.58º 0.47% 0.57% -
HSV(B) 60.58º 0.52% 0.78% -
XYZ 45.29 53.08 18.69 -
YUV 185.96 76.67 135.88 -
System Red Green Blue C M Y K H S L
Decimal 197 198 95 0.01 0 0.52 0.22 60.58 0.47 0.57
Hex C5 C6 5F 1 0 34 16 3D 2F 39
Octal 305 306 137 1 0 64 26 75 57 71
Binary 11000101 11000110 1011111 1 0 110100 10110 111101 101111 111001

Color Harmonies of #C5C65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C65F

Black with #C5C65F

Text Example


Text Example

White with #C5C65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C65F; }

 p { color: rgb(197,198,95); }

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

background-color css

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

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

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

border-color css

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

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

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