Html Css Color HEX #C2CB6E Wild Willow

📋 copy color: '#C2CB6E'

red 194 ◦ green 203 ◦ blue 110

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

Shades of Wild Willow #C2CB6E

Tints of Wild Willow #C2CB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.7%

R = 38.26%
G = 40.04%
B = 21.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#C2CB6E (or 0xC2CB6E) is known color: Wild Willow. HEX triplet: C2, CB and 6E. RGB value is (194,203,110). Sum of RGB (Red+Green+Blue) = 194+203+110=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB6E is #3D3491. Grayscale: #BEBEBE. Windows color (decimal): -4011154 or 7261122. OLE color: 7261122.

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

Color convert

RGB 194 203 110 -
CMYK 0.04 0 0.46 0.20
HSL 65.81º 0.47% 0.61% -
HSV(B) 65.81º 0.46% 0.8% -
XYZ 46.42 55.31 22.98 -
YUV 189.71 83.02 131.06 -
System Red Green Blue C M Y K H S L
Decimal 194 203 110 0.04 0 0.46 0.20 65.81 0.47 0.61
Hex C2 CB 6E 4 0 2E 14 42 2F 3D
Octal 302 313 156 4 0 56 24 102 57 75
Binary 11000010 11001011 1101110 100 0 101110 10100 1000010 101111 111101

Color Harmonies of #C2CB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CB6E

Black with #C2CB6E

Text Example


Text Example

White with #C2CB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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