Html Css Color HEX #C2C75D Wild Willow

📋 copy color: '#C2C75D'

red 194 ◦ green 199 ◦ blue 93

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

Shades of Wild Willow #C2C75D

Tints of Wild Willow #C2C75D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.95%

 BLUE value IS 93 (36.72% from 255) = 19.14%

R = 39.92%
G = 40.95%
B = 19.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C2C75D (or 0xC2C75D) is known color: Wild Willow. HEX triplet: C2, C7 and 5D. RGB value is (194,199,93). Sum of RGB (Red+Green+Blue) = 194+199+93=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C75D is #3D38A2. Grayscale: #B9B9B9. Windows color (decimal): -4012195 or 6145986. OLE color: 6145986.

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

Color convert

RGB 194 199 93 -
CMYK 0.03 0 0.53 0.22
HSL 62.83º 0.49% 0.57% -
HSV(B) 62.83º 0.53% 0.78% -
XYZ 44.65 53.11 18.25 -
YUV 185.42 75.84 134.12 -
System Red Green Blue C M Y K H S L
Decimal 194 199 93 0.03 0 0.53 0.22 62.83 0.49 0.57
Hex C2 C7 5D 3 0 35 16 3F 31 39
Octal 302 307 135 3 0 65 26 77 61 71
Binary 11000010 11000111 1011101 11 0 110101 10110 111111 110001 111001

Color Harmonies of #C2C75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C75D

Black with #C2C75D

Text Example


Text Example

White with #C2C75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C75D; }

 p { color: rgb(194,199,93); }

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

background-color css

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

 a { background-color: rgb(194,199,93); }

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

border-color css

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

 span { border-color: rgb(194,199,93); }

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