Html Css Color HEX #C2C75B Wild Willow

📋 copy color: '#C2C75B'

red 194 ◦ green 199 ◦ blue 91

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

Shades of Wild Willow #C2C75B

Tints of Wild Willow #C2C75B

RGB

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

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

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

R = 40.08%
G = 41.12%
B = 18.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C2C75B (or 0xC2C75B) is known color: Wild Willow. HEX triplet: C2, C7 and 5B. RGB value is (194,199,91). Sum of RGB (Red+Green+Blue) = 194+199+91=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C75B is #3D38A4. Grayscale: #B9B9B9. Windows color (decimal): -4012197 or 6014914. OLE color: 6014914.

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

Color convert

RGB 194 199 91 -
CMYK 0.03 0 0.54 0.22
HSL 62.78º 0.49% 0.57% -
HSV(B) 62.78º 0.54% 0.78% -
XYZ 44.56 53.07 17.79 -
YUV 185.19 74.84 134.28 -
System Red Green Blue C M Y K H S L
Decimal 194 199 91 0.03 0 0.54 0.22 62.78 0.49 0.57
Hex C2 C7 5B 3 0 36 16 3F 31 39
Octal 302 307 133 3 0 66 26 77 61 71
Binary 11000010 11000111 1011011 11 0 110110 10110 111111 110001 111001

Color Harmonies of #C2C75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C75B

Black with #C2C75B

Text Example


Text Example

White with #C2C75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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