#C1CB62

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

Shades of Wild Willow #C1CB62

Tints of Wild Willow #C1CB62

Color information

#C1CB62 (or 0xC1CB62) is unknown color: approx Wild Willow. HEX triplet: C1, CB and 62. RGB value is (193,203,98). Sum of RGB (Red+Green+Blue) = 193+203+98=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CB62 is #3E349D. Grayscale: #BCBCBC. Windows color (decimal): -4076702 or 6474689. OLE color: 6474689.

HSL color Cylindrical-coordinate representation of color #C1CB62: hue angle of 65.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1CB62 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB19320398-
CMYK0.0500.520.20
HSL65.71º50.24%59.02%-
HSV(B)65.71º51.72%79.61%-
XYZ45.5554.9319.76-
YUV188.0477.19131.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.07%
GREEN value IS 203 (79.69% from 255) = 41.09%
BLUE value IS 98 (38.67% from 255) = 19.84%
R=39.07%
G=41.09%
B=19.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193203980.0500.520.2065.7150.2459.02
HexC1CB6250341442323b
Octal3013131425064241026273
Binary110000011100101111000101010110100101001000010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CB62; }

 p { color: rgb(193,203,98); }

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

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

 a { background-color: rgb(193,203,98); }

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

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

 span { border-color: rgb(193,203,98); }

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