Html Css Color HEX #C6C962 Wild Willow

📋 copy color: '#C6C962'

red 198 ◦ green 201 ◦ blue 98

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

Shades of Wild Willow #C6C962

Tints of Wild Willow #C6C962

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.44%

 BLUE value IS 98 (38.67% from 255) = 19.72%

R = 39.84%
G = 40.44%
B = 19.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C6C962 (or 0xC6C962) is known color: Wild Willow. HEX triplet: C6, C9 and 62. RGB value is (198,201,98). Sum of RGB (Red+Green+Blue) = 198+201+98=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C962 is #39369D. Grayscale: #BCBCBC. Windows color (decimal): -3749534 or 6474182. OLE color: 6474182.

HSL color Cylindrical-coordinate representation of color #C6C962: hue angle of 61.75º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C6C962 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 201 98 -
CMYK 0.01 0 0.51 0.21
HSL 61.75º 0.49% 0.59% -
HSV(B) 61.75º 0.51% 0.79% -
XYZ 46.38 54.66 19.66 -
YUV 188.36 77.01 134.88 -
System Red Green Blue C M Y K H S L
Decimal 198 201 98 0.01 0 0.51 0.21 61.75 0.49 0.59
Hex C6 C9 62 1 0 33 15 3E 31 3B
Octal 306 311 142 1 0 63 25 76 61 73
Binary 11000110 11001001 1100010 1 0 110011 10101 111110 110001 111011

Color Harmonies of #C6C962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C962

Black with #C6C962

Text Example


Text Example

White with #C6C962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C962; }

 p { color: rgb(198,201,98); }

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

background-color css

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

 a { background-color: rgb(198,201,98); }

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

border-color css

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

 span { border-color: rgb(198,201,98); }

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