#B6C25D

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

Shades of Wild Willow #B6C25D

Tints of Wild Willow #B6C25D

Color information

#B6C25D (or 0xB6C25D) is unknown color: approx Wild Willow. HEX triplet: B6, C2 and 5D. RGB value is (182,194,93). Sum of RGB (Red+Green+Blue) = 182+194+93=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C25D is #493DA2. Grayscale: #B3B3B3. Windows color (decimal): -4799907 or 6144694. OLE color: 6144694.

HSL color Cylindrical-coordinate representation of color #B6C25D: hue angle of 67.13º 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 #B6C25D is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB18219493-
CMYK0.0600.520.24
HSL67.13º45.29%56.27%-
HSV(B)67.13º52.06%76.08%-
XYZ40.5649.3217.74-
YUV178.979.52130.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 93 (36.72% from 255) = 19.83%
R=38.81%
G=41.36%
B=19.83%

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
Decimal182194930.0600.520.2467.1345.2956.27
HexB6C25D603418432d38
Octal2663021356064301035570
Binary101101101100001010111011100110100110001000011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C25D; }

 p { color: rgb(182,194,93); }

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

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

 a { background-color: rgb(182,194,93); }

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

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

 span { border-color: rgb(182,194,93); }

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