Html Css Color HEX #C2CB6F Wild Willow

📋 copy color: '#C2CB6F'

red 194 ◦ green 203 ◦ blue 111

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

Shades of Wild Willow #C2CB6F

Tints of Wild Willow #C2CB6F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.96%

 BLUE value IS 111 (43.75% from 255) = 21.85%

R = 38.19%
G = 39.96%
B = 21.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#C2CB6F (or 0xC2CB6F) is known color: Wild Willow. HEX triplet: C2, CB and 6F. RGB value is (194,203,111). Sum of RGB (Red+Green+Blue) = 194+203+111=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB6F is #3D3490. Grayscale: #BEBEBE. Windows color (decimal): -4011153 or 7326658. OLE color: 7326658.

HSL color Cylindrical-coordinate representation of color #C2CB6F: hue angle of 65.87º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2CB6F is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 203 111 -
CMYK 0.04 0 0.45 0.20
HSL 65.87º 0.47% 0.62% -
HSV(B) 65.87º 0.45% 0.8% -
XYZ 46.47 55.33 23.27 -
YUV 189.82 83.52 130.98 -
System Red Green Blue C M Y K H S L
Decimal 194 203 111 0.04 0 0.45 0.20 65.87 0.47 0.62
Hex C2 CB 6F 4 0 2D 14 42 2F 3E
Octal 302 313 157 4 0 55 24 102 57 76
Binary 11000010 11001011 1101111 100 0 101101 10100 1000010 101111 111110

Color Harmonies of #C2CB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CB6F

Black with #C2CB6F

Text Example


Text Example

White with #C2CB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CB6F; }

 p { color: rgb(194,203,111); }

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

background-color css

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

 a { background-color: rgb(194,203,111); }

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

border-color css

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

 span { border-color: rgb(194,203,111); }

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