#BBDC7B

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

Shades of Sulu #BBDC7B

Tints of Sulu #BBDC7B

Color information

#BBDC7B (or 0xBBDC7B) is unknown color: approx Sulu. HEX triplet: BB, DC and 7B. RGB value is (187,220,123). Sum of RGB (Red+Green+Blue) = 187+220+123=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC7B is #442384. Grayscale: #C7C7C7. Windows color (decimal): -4465541 or 8117435. OLE color: 8117435.

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

Color convert

RGB187220123-
CMYK0.1500.440.14
HSL80.41º58.08%67.25%-
HSV(B)80.41º44.09%86.27%-
XYZ49.6663.1828.32-
YUV199.0885.07119.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 220 (86.33% from 255) = 41.51%
BLUE value IS 123 (48.44% from 255) = 23.21%
R=35.28%
G=41.51%
B=23.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201230.1500.440.1480.4158.0867.25
HexBBDC7BF02CE503a43
Octal273334173170541612072103
Binary1011101111011100111101111110101100111010100001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC7B; }

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

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

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

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

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

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

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

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