Html Css Color HEX #C2D85B Wild Willow

📋 copy color: '#C2D85B'

red 194 ◦ green 216 ◦ blue 91

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

Shades of Wild Willow #C2D85B

Tints of Wild Willow #C2D85B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.11%

 BLUE value IS 91 (35.94% from 255) = 18.16%

R = 38.72%
G = 43.11%
B = 18.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#C2D85B (or 0xC2D85B) is known color: Wild Willow. HEX triplet: C2, D8 and 5B. RGB value is (194,216,91). Sum of RGB (Red+Green+Blue) = 194+216+91=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D85B is #3D27A4. Grayscale: #C3C3C3. Windows color (decimal): -4007845 or 6019266. OLE color: 6019266.

HSL color Cylindrical-coordinate representation of color #C2D85B: hue angle of 70.56º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2D85B is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 216 91 -
CMYK 0.10 0 0.58 0.15
HSL 70.56º 0.62% 0.6% -
HSV(B) 70.56º 0.58% 0.85% -
XYZ 48.69 61.34 19.17 -
YUV 195.17 69.21 127.16 -
System Red Green Blue C M Y K H S L
Decimal 194 216 91 0.10 0 0.58 0.15 70.56 0.62 0.6
Hex C2 D8 5B A 0 3A F 47 3E 3C
Octal 302 330 133 12 0 72 17 107 76 74
Binary 11000010 11011000 1011011 1010 0 111010 1111 1000111 111110 111100

Color Harmonies of #C2D85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D85B

Black with #C2D85B

Text Example


Text Example

White with #C2D85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D85B; }

 p { color: rgb(194,216,91); }

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

background-color css

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

 a { background-color: rgb(194,216,91); }

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

border-color css

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

 span { border-color: rgb(194,216,91); }

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