#B6C15C

Color #B6C15C Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #B6C15C

Tints of Wild Willow #B6C15C

Color information

#B6C15C (or 0xB6C15C) is unknown color: approx Wild Willow. HEX triplet: B6, C1 and 5C. RGB value is (182,193,92). Sum of RGB (Red+Green+Blue) = 182+193+92=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C15C is #493EA3. Grayscale: #B2B2B2. Windows color (decimal): -4800164 or 6078902. OLE color: 6078902.

HSL color Cylindrical-coordinate representation of color #B6C15C: hue angle of 66.53º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B6C15C is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB18219392-
CMYK0.0600.520.24
HSL66.53º44.89%55.88%-
HSV(B)66.53º52.33%75.69%-
XYZ40.2948.8617.43-
YUV178.279.36130.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 92 (36.33% from 255) = 19.70%
R=38.97%
G=41.33%
B=19.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182193920.0600.520.2466.5344.8955.88
HexB6C15C603418432d38
Octal2663011346064301035570
Binary101101101100000110111001100110100110001000011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C15C; }

 p { color: rgb(182,193,92); }

 H1.HeaderClassName
 {
   color: #B6C15C;
 }
 .AnyTagClassName
 {
   color: #B6C15C;
 }
</style>
background-color css

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

 a { background-color: rgb(182,193,92); }

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

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

 span { border-color: rgb(182,193,92); }

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