#B7D05D

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

Shades of Wild Willow #B7D05D

Tints of Wild Willow #B7D05D

Color information

#B7D05D (or 0xB7D05D) is unknown color: approx Wild Willow. HEX triplet: B7, D0 and 5D. RGB value is (183,208,93). Sum of RGB (Red+Green+Blue) = 183+208+93=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D05D is #482FA2. Grayscale: #BBBBBB. Windows color (decimal): -4730787 or 6148279. OLE color: 6148279.

HSL color Cylindrical-coordinate representation of color #B7D05D: hue angle of 73.04º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7D05D is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB18320893-
CMYK0.1200.550.18
HSL73.04º55.02%59.02%-
HSV(B)73.04º55.29%81.57%-
XYZ44.0655.9718.84-
YUV187.4274.72124.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.81%
GREEN value IS 208 (81.64% from 255) = 42.98%
BLUE value IS 93 (36.72% from 255) = 19.21%
R=37.81%
G=42.98%
B=19.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal183208930.1200.550.1873.0455.0259.02
HexB7D05DC0371249373b
Octal26732013514067221116773
Binary1011011111010000101110111000110111100101001001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D05D; }

 p { color: rgb(183,208,93); }

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

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

 a { background-color: rgb(183,208,93); }

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

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

 span { border-color: rgb(183,208,93); }

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