Html Css Color HEX #C2CC5F Wild Willow

📋 copy color: '#C2CC5F'

red 194 ◦ green 204 ◦ blue 95

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

Shades of Wild Willow #C2CC5F

Tints of Wild Willow #C2CC5F

RGB

 RED value IS 194 (76.17% from 255) = 39.35%

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

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

R = 39.35%
G = 41.38%
B = 19.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#C2CC5F (or 0xC2CC5F) is known color: Wild Willow. HEX triplet: C2, CC and 5F. RGB value is (194,204,95). Sum of RGB (Red+Green+Blue) = 194+204+95=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CC5F is #3D33A0. Grayscale: #BDBDBD. Windows color (decimal): -4010913 or 6278338. OLE color: 6278338.

HSL color Cylindrical-coordinate representation of color #C2CC5F: hue angle of 65.5º 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 #C2CC5F is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 204 95 -
CMYK 0.05 0 0.53 0.2
HSL 65.5º 0.52% 0.59% -
HSV(B) 65.5º 0.53% 0.8% -
XYZ 45.91 55.48 19.12 -
YUV 188.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 194 204 95 0.05 0 0.53 0.2 65.5 0.52 0.59
Hex C2 CC 5F 5 0 35 14 42 34 3B
Octal 302 314 137 5 0 65 24 102 64 73
Binary 11000010 11001100 1011111 101 0 110101 10100 1000010 110100 111011

Color Harmonies of #C2CC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CC5F

Black with #C2CC5F

Text Example


Text Example

White with #C2CC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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