#BBD35F

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

Shades of Wild Willow #BBD35F

Tints of Wild Willow #BBD35F

Color information

#BBD35F (or 0xBBD35F) is unknown color: approx Wild Willow. HEX triplet: BB, D3 and 5F. RGB value is (187,211,95). Sum of RGB (Red+Green+Blue) = 187+211+95=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD35F is #442CA0. Grayscale: #BFBFBF. Windows color (decimal): -4467873 or 6280123. OLE color: 6280123.

HSL color Cylindrical-coordinate representation of color #BBD35F: hue angle of 72.41º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBD35F is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB18721195-
CMYK0.1100.550.17
HSL72.41º56.86%60%-
HSV(B)72.41º54.98%82.75%-
XYZ45.8557.9819.6-
YUV190.674.05125.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 211 (82.81% from 255) = 42.80%
BLUE value IS 95 (37.5% from 255) = 19.27%
R=37.93%
G=42.80%
B=19.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal187211950.1100.550.1772.4156.8660
HexBBD35FB0371148393c
Octal27332313713067211107174
Binary1011101111010011101111110110110111100011001000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD35F; }

 p { color: rgb(187,211,95); }

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

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

 a { background-color: rgb(187,211,95); }

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

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

 span { border-color: rgb(187,211,95); }

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