Html Css Color HEX #C2C65F Wild Willow

📋 copy color: '#C2C65F'

red 194 ◦ green 198 ◦ blue 95

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

Shades of Wild Willow #C2C65F

Tints of Wild Willow #C2C65F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.66%

 BLUE value IS 95 (37.5% from 255) = 19.51%

R = 39.84%
G = 40.66%
B = 19.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C2C65F (or 0xC2C65F) is known color: Wild Willow. HEX triplet: C2, C6 and 5F. RGB value is (194,198,95). Sum of RGB (Red+Green+Blue) = 194+198+95=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C65F is #3D39A0. Grayscale: #B9B9B9. Windows color (decimal): -4012449 or 6276802. OLE color: 6276802.

HSL color Cylindrical-coordinate representation of color #C2C65F: hue angle of 62.33º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2C65F is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 198 95 -
CMYK 0.02 0 0.52 0.22
HSL 62.33º 0.47% 0.57% -
HSV(B) 62.33º 0.52% 0.78% -
XYZ 44.51 52.68 18.65 -
YUV 185.06 77.17 134.38 -
System Red Green Blue C M Y K H S L
Decimal 194 198 95 0.02 0 0.52 0.22 62.33 0.47 0.57
Hex C2 C6 5F 2 0 34 16 3E 2F 39
Octal 302 306 137 2 0 64 26 76 57 71
Binary 11000010 11000110 1011111 10 0 110100 10110 111110 101111 111001

Color Harmonies of #C2C65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C65F

Black with #C2C65F

Text Example


Text Example

White with #C2C65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C65F; }

 p { color: rgb(194,198,95); }

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

background-color css

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

 a { background-color: rgb(194,198,95); }

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

border-color css

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

 span { border-color: rgb(194,198,95); }

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