#BBD781

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

Shades of Sulu #BBD781

Tints of Sulu #BBD781

Color information

#BBD781 (or 0xBBD781) is unknown color: approx Sulu. HEX triplet: BB, D7 and 81. RGB value is (187,215,129). Sum of RGB (Red+Green+Blue) = 187+215+129=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD781 is #44287E. Grayscale: #C5C5C5. Windows color (decimal): -4466815 or 8509371. OLE color: 8509371.

HSL color Cylindrical-coordinate representation of color #BBD781: hue angle of 79.53º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBD781 is Cyan = 0.13, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB187215129-
CMYK0.1300.40.16
HSL79.53º51.81%67.45%-
HSV(B)79.53º40%84.31%-
XYZ48.7660.7529.93-
YUV196.8289.72120.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 215 (84.38% from 255) = 40.49%
BLUE value IS 129 (50.78% from 255) = 24.29%
R=35.22%
G=40.49%
B=24.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872151290.1300.40.1679.5351.8167.45
HexBBD781D02810503443
Octal273327201150502012064103
Binary101110111101011110000001110101010001000010100001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD781; }

 p { color: rgb(187,215,129); }

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

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

 a { background-color: rgb(187,215,129); }

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

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

 span { border-color: rgb(187,215,129); }

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