#B6D568

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

Shades of Wild Willow #B6D568

Tints of Wild Willow #B6D568

Color information

#B6D568 (or 0xB6D568) is unknown color: approx Wild Willow. HEX triplet: B6, D5 and 68. RGB value is (182,213,104). Sum of RGB (Red+Green+Blue) = 182+213+104=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D568 is #492A97. Grayscale: #BFBFBF. Windows color (decimal): -4795032 or 6870454. OLE color: 6870454.

HSL color Cylindrical-coordinate representation of color #B6D568: hue angle of 77.06º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6D568 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB182213104-
CMYK0.1500.510.16
HSL77.06º56.48%62.16%-
HSV(B)77.06º51.17%83.53%-
XYZ45.5858.5321.99-
YUV191.378.73121.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 213 (83.59% from 255) = 42.69%
BLUE value IS 104 (41.02% from 255) = 20.84%
R=36.47%
G=42.69%
B=20.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822131040.1500.510.1677.0656.4862.16
HexB6D568F033104d383e
Octal26632515017063201157076
Binary1011011011010101110100011110110011100001001101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D568; }

 p { color: rgb(182,213,104); }

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

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

 a { background-color: rgb(182,213,104); }

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

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

 span { border-color: rgb(182,213,104); }

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