#BBD262

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

Shades of Wild Willow #BBD262

Tints of Wild Willow #BBD262

Color information

#BBD262 (or 0xBBD262) is unknown color: approx Wild Willow. HEX triplet: BB, D2 and 62. RGB value is (187,210,98). Sum of RGB (Red+Green+Blue) = 187+210+98=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD262 is #442D9D. Grayscale: #BEBEBE. Windows color (decimal): -4468126 or 6476475. OLE color: 6476475.

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

Color convert

RGB18721098-
CMYK0.1100.530.18
HSL72.32º55.45%60.39%-
HSV(B)72.32º53.33%82.35%-
XYZ45.7457.5420.25-
YUV190.3675.88125.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 210 (82.42% from 255) = 42.42%
BLUE value IS 98 (38.67% from 255) = 19.80%
R=37.78%
G=42.42%
B=19.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187210980.1100.530.1872.3255.4560.39
HexBBD262B0351248373c
Octal27332214213065221106774
Binary1011101111010010110001010110110101100101001000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD262; }

 p { color: rgb(187,210,98); }

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

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

 a { background-color: rgb(187,210,98); }

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

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

 span { border-color: rgb(187,210,98); }

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