Html Css Color HEX #C2C75A Wild Willow

📋 copy color: '#C2C75A'

red 194 ◦ green 199 ◦ blue 90

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

Shades of Wild Willow #C2C75A

Tints of Wild Willow #C2C75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.63%

R = 40.17%
G = 41.2%
B = 18.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C2C75A (or 0xC2C75A) is known color: Wild Willow. HEX triplet: C2, C7 and 5A. RGB value is (194,199,90). Sum of RGB (Red+Green+Blue) = 194+199+90=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C75A is #3D38A5. Grayscale: #B9B9B9. Windows color (decimal): -4012198 or 5949378. OLE color: 5949378.

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

Color convert

RGB 194 199 90 -
CMYK 0.03 0 0.55 0.22
HSL 62.75º 0.49% 0.57% -
HSV(B) 62.75º 0.55% 0.78% -
XYZ 44.52 53.05 17.57 -
YUV 185.08 74.34 134.36 -
System Red Green Blue C M Y K H S L
Decimal 194 199 90 0.03 0 0.55 0.22 62.75 0.49 0.57
Hex C2 C7 5A 3 0 37 16 3F 31 39
Octal 302 307 132 3 0 67 26 77 61 71
Binary 11000010 11000111 1011010 11 0 110111 10110 111111 110001 111001

Color Harmonies of #C2C75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C75A

Black with #C2C75A

Text Example


Text Example

White with #C2C75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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