Html Css Color HEX #C5CC5F Wild Willow

📋 copy color: '#C5CC5F'

red 197 ◦ green 204 ◦ blue 95

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

Shades of Wild Willow #C5CC5F

Tints of Wild Willow #C5CC5F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.13%

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

R = 39.72%
G = 41.13%
B = 19.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#C5CC5F (or 0xC5CC5F) is known color: Wild Willow. HEX triplet: C5, CC and 5F. RGB value is (197,204,95). Sum of RGB (Red+Green+Blue) = 197+204+95=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CC5F is #3A33A0. Grayscale: #BDBDBD. Windows color (decimal): -3814305 or 6278341. OLE color: 6278341.

HSL color Cylindrical-coordinate representation of color #C5CC5F: hue angle of 63.85º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5CC5F is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 204 95 -
CMYK 0.03 0 0.53 0.2
HSL 63.85º 0.52% 0.59% -
HSV(B) 63.85º 0.53% 0.8% -
XYZ 46.68 55.88 19.15 -
YUV 189.48 74.68 133.36 -
System Red Green Blue C M Y K H S L
Decimal 197 204 95 0.03 0 0.53 0.2 63.85 0.52 0.59
Hex C5 CC 5F 3 0 35 14 40 34 3B
Octal 305 314 137 3 0 65 24 100 64 73
Binary 11000101 11001100 1011111 11 0 110101 10100 1000000 110100 111011

Color Harmonies of #C5CC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CC5F

Black with #C5CC5F

Text Example


Text Example

White with #C5CC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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