Html Css Color HEX #C6C75C Wild Willow

📋 copy color: '#C6C75C'

red 198 ◦ green 199 ◦ blue 92

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

Shades of Wild Willow #C6C75C

Tints of Wild Willow #C6C75C

RGB

 RED value IS 198 (77.73% from 255) = 40.49%

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

 BLUE value IS 92 (36.33% from 255) = 18.81%

R = 40.49%
G = 40.7%
B = 18.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6C75C (or 0xC6C75C) is known color: Wild Willow. HEX triplet: C6, C7 and 5C. RGB value is (198,199,92). Sum of RGB (Red+Green+Blue) = 198+199+92=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C75C is #3938A3. Grayscale: #BABABA. Windows color (decimal): -3750052 or 6080454. OLE color: 6080454.

HSL color Cylindrical-coordinate representation of color #C6C75C: hue angle of 60.56º 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 #C6C75C is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 199 92 -
CMYK 0.01 0 0.54 0.22
HSL 60.56º 0.49% 0.57% -
HSV(B) 60.56º 0.54% 0.78% -
XYZ 45.64 53.63 18.07 -
YUV 186.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 198 199 92 0.01 0 0.54 0.22 60.56 0.49 0.57
Hex C6 C7 5C 1 0 36 16 3D 31 39
Octal 306 307 134 1 0 66 26 75 61 71
Binary 11000110 11000111 1011100 1 0 110110 10110 111101 110001 111001

Color Harmonies of #C6C75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C75C

Black with #C6C75C

Text Example


Text Example

White with #C6C75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C75C; }

 p { color: rgb(198,199,92); }

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

background-color css

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

 a { background-color: rgb(198,199,92); }

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

border-color css

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

 span { border-color: rgb(198,199,92); }

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