#BBE38D

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

Shades of Sulu #BBE38D

Tints of Sulu #BBE38D

Color information

#BBE38D (or 0xBBE38D) is unknown color: approx Sulu. HEX triplet: BB, E3 and 8D. RGB value is (187,227,141). Sum of RGB (Red+Green+Blue) = 187+227+141=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE38D is #441C72. Grayscale: #CDCDCD. Windows color (decimal): -4463731 or 9298875. OLE color: 9298875.

HSL color Cylindrical-coordinate representation of color #BBE38D: hue angle of 87.91º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBE38D is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB187227141-
CMYK0.1800.380.11
HSL87.91º60.56%72.16%-
HSV(B)87.91º37.89%89.02%-
XYZ52.7767.4335.43-
YUV205.2491.75114.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 227 (89.06% from 255) = 40.90%
BLUE value IS 141 (55.47% from 255) = 25.41%
R=33.69%
G=40.90%
B=25.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872271410.1800.380.1187.9160.5672.16
HexBBE38D12026B583d48
Octal273343215220461313075110
Binary101110111110001110001101100100100110101110110001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE38D; }

 p { color: rgb(187,227,141); }

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

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

 a { background-color: rgb(187,227,141); }

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

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

 span { border-color: rgb(187,227,141); }

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