Html Css Color HEX #C2CB65 Wild Willow

📋 copy color: '#C2CB65'

red 194 ◦ green 203 ◦ blue 101

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

Shades of Wild Willow #C2CB65

Tints of Wild Willow #C2CB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.28%

R = 38.96%
G = 40.76%
B = 20.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#C2CB65 (or 0xC2CB65) is known color: Wild Willow. HEX triplet: C2, CB and 65. RGB value is (194,203,101). Sum of RGB (Red+Green+Blue) = 194+203+101=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB65 is #3D349A. Grayscale: #BDBDBD. Windows color (decimal): -4011163 or 6671298. OLE color: 6671298.

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

Color convert

RGB 194 203 101 -
CMYK 0.04 0 0.50 0.20
HSL 65.29º 0.5% 0.6% -
HSV(B) 65.29º 0.5% 0.8% -
XYZ 45.95 55.12 20.53 -
YUV 188.68 78.52 131.79 -
System Red Green Blue C M Y K H S L
Decimal 194 203 101 0.04 0 0.50 0.20 65.29 0.5 0.6
Hex C2 CB 65 4 0 32 14 41 32 3C
Octal 302 313 145 4 0 62 24 101 62 74
Binary 11000010 11001011 1100101 100 0 110010 10100 1000001 110010 111100

Color Harmonies of #C2CB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CB65

Black with #C2CB65

Text Example


Text Example

White with #C2CB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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