Html Css Color HEX #C2CA5B Wild Willow

📋 copy color: '#C2CA5B'

red 194 ◦ green 202 ◦ blue 91

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

Shades of Wild Willow #C2CA5B

Tints of Wild Willow #C2CA5B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.48%

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

R = 39.84%
G = 41.48%
B = 18.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C2CA5B (or 0xC2CA5B) is known color: Wild Willow. HEX triplet: C2, CA and 5B. RGB value is (194,202,91). Sum of RGB (Red+Green+Blue) = 194+202+91=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA5B is #3D35A4. Grayscale: #BBBBBB. Windows color (decimal): -4011429 or 6015682. OLE color: 6015682.

HSL color Cylindrical-coordinate representation of color #C2CA5B: hue angle of 64.32º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2CA5B is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 202 91 -
CMYK 0.04 0 0.55 0.21
HSL 64.32º 0.51% 0.57% -
HSV(B) 64.32º 0.55% 0.79% -
XYZ 45.26 54.47 18.03 -
YUV 186.95 73.85 133.03 -
System Red Green Blue C M Y K H S L
Decimal 194 202 91 0.04 0 0.55 0.21 64.32 0.51 0.57
Hex C2 CA 5B 4 0 37 15 40 33 39
Octal 302 312 133 4 0 67 25 100 63 71
Binary 11000010 11001010 1011011 100 0 110111 10101 1000000 110011 111001

Color Harmonies of #C2CA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CA5B

Black with #C2CA5B

Text Example


Text Example

White with #C2CA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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