Html Css Color HEX #C2CA6C Wild Willow

📋 copy color: '#C2CA6C'

red 194 ◦ green 202 ◦ blue 108

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

Shades of Wild Willow #C2CA6C

Tints of Wild Willow #C2CA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.43%

R = 38.49%
G = 40.08%
B = 21.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C2CA6C (or 0xC2CA6C) is known color: Wild Willow. HEX triplet: C2, CA and 6C. RGB value is (194,202,108). Sum of RGB (Red+Green+Blue) = 194+202+108=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA6C is #3D3593. Grayscale: #BDBDBD. Windows color (decimal): -4011412 or 7129794. OLE color: 7129794.

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

Color convert

RGB 194 202 108 -
CMYK 0.04 0 0.47 0.21
HSL 65.11º 0.47% 0.61% -
HSV(B) 65.11º 0.47% 0.79% -
XYZ 46.08 54.79 22.34 -
YUV 188.89 82.35 131.64 -
System Red Green Blue C M Y K H S L
Decimal 194 202 108 0.04 0 0.47 0.21 65.11 0.47 0.61
Hex C2 CA 6C 4 0 2F 15 41 2F 3D
Octal 302 312 154 4 0 57 25 101 57 75
Binary 11000010 11001010 1101100 100 0 101111 10101 1000001 101111 111101

Color Harmonies of #C2CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CA6C

Black with #C2CA6C

Text Example


Text Example

White with #C2CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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