Html Css Color HEX #C2CF5F Wild Willow

📋 copy color: '#C2CF5F'

red 194 ◦ green 207 ◦ blue 95

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

Shades of Wild Willow #C2CF5F

Tints of Wild Willow #C2CF5F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.73%

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

R = 39.11%
G = 41.73%
B = 19.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#C2CF5F (or 0xC2CF5F) is known color: Wild Willow. HEX triplet: C2, CF and 5F. RGB value is (194,207,95). Sum of RGB (Red+Green+Blue) = 194+207+95=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CF5F is #3D30A0. Grayscale: #BEBEBE. Windows color (decimal): -4010145 or 6279106. OLE color: 6279106.

HSL color Cylindrical-coordinate representation of color #C2CF5F: hue angle of 66.96º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2CF5F is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 207 95 -
CMYK 0.06 0 0.54 0.19
HSL 66.96º 0.54% 0.59% -
HSV(B) 66.96º 0.54% 0.81% -
XYZ 46.63 56.92 19.36 -
YUV 190.35 74.19 130.61 -
System Red Green Blue C M Y K H S L
Decimal 194 207 95 0.06 0 0.54 0.19 66.96 0.54 0.59
Hex C2 CF 5F 6 0 36 13 43 36 3B
Octal 302 317 137 6 0 66 23 103 66 73
Binary 11000010 11001111 1011111 110 0 110110 10011 1000011 110110 111011

Color Harmonies of #C2CF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CF5F

Black with #C2CF5F

Text Example


Text Example

White with #C2CF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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