Html Css Color HEX #C6C862 Wild Willow

📋 copy color: '#C6C862'

red 198 ◦ green 200 ◦ blue 98

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

Shades of Wild Willow #C6C862

Tints of Wild Willow #C6C862

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.32%

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

R = 39.92%
G = 40.32%
B = 19.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C6C862 (or 0xC6C862) is known color: Wild Willow. HEX triplet: C6, C8 and 62. RGB value is (198,200,98). Sum of RGB (Red+Green+Blue) = 198+200+98=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C862 is #39379D. Grayscale: #BCBCBC. Windows color (decimal): -3749790 or 6473926. OLE color: 6473926.

HSL color Cylindrical-coordinate representation of color #C6C862: hue angle of 61.18º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C6C862 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 200 98 -
CMYK 0.01 0 0.51 0.22
HSL 61.18º 0.48% 0.58% -
HSV(B) 61.18º 0.51% 0.78% -
XYZ 46.15 54.2 19.58 -
YUV 187.77 77.34 135.29 -
System Red Green Blue C M Y K H S L
Decimal 198 200 98 0.01 0 0.51 0.22 61.18 0.48 0.58
Hex C6 C8 62 1 0 33 16 3D 30 3A
Octal 306 310 142 1 0 63 26 75 60 72
Binary 11000110 11001000 1100010 1 0 110011 10110 111101 110000 111010

Color Harmonies of #C6C862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C862

Black with #C6C862

Text Example


Text Example

White with #C6C862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C862; }

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

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

background-color css

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

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

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

border-color css

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

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

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