#BBDA7B

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

Shades of Sulu #BBDA7B

Tints of Sulu #BBDA7B

Color information

#BBDA7B (or 0xBBDA7B) is unknown color: approx Sulu. HEX triplet: BB, DA and 7B. RGB value is (187,218,123). Sum of RGB (Red+Green+Blue) = 187+218+123=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA7B is #442584. Grayscale: #C6C6C6. Windows color (decimal): -4466053 or 8116923. OLE color: 8116923.

HSL color Cylindrical-coordinate representation of color #BBDA7B: hue angle of 79.58º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBDA7B is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB187218123-
CMYK0.1400.440.15
HSL79.58º56.21%66.86%-
HSV(B)79.58º43.58%85.49%-
XYZ49.1462.1428.14-
YUV197.985.73120.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 218 (85.55% from 255) = 41.29%
BLUE value IS 123 (48.44% from 255) = 23.30%
R=35.42%
G=41.29%
B=23.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181230.1400.440.1579.5856.2166.86
HexBBDA7BE02CF503843
Octal273332173160541712070103
Binary1011101111011010111101111100101100111110100001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDA7B; }

 p { color: rgb(187,218,123); }

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

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

 a { background-color: rgb(187,218,123); }

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

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

 span { border-color: rgb(187,218,123); }

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