#C2CB6D

Color #C2CB6D Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C2CB6D

Tints of Wild Willow #C2CB6D

Color information

#C2CB6D (or 0xC2CB6D) is unknown color: approx Wild Willow. HEX triplet: C2, CB and 6D. RGB value is (194,203,109). Sum of RGB (Red+Green+Blue) = 194+203+109=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB6D is #3D3492. Grayscale: #BDBDBD. Windows color (decimal): -4011155 or 7195586. OLE color: 7195586.

HSL color Cylindrical-coordinate representation of color #C2CB6D: hue angle of 65.74º 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 #C2CB6D is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB194203109-
CMYK0.0400.460.20
HSL65.74º47.47%61.18%-
HSV(B)65.74º46.31%79.61%-
XYZ46.3655.2922.7-
YUV189.5982.52131.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 203 (79.69% from 255) = 40.12%
BLUE value IS 109 (42.97% from 255) = 21.54%
R=38.34%
G=40.12%
B=21.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942031090.0400.460.2065.7447.4761.18
HexC2CB6D402E14422f3d
Octal3023131554056241025775
Binary110000101100101111011011000101110101001000010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CB6D; }

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

 H1.HeaderClassName
 {
   color: #C2CB6D;
 }
 .AnyTagClassName
 {
   color: #C2CB6D;
 }
</style>
background-color css

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

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

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

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

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

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