#B8DB7D

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

Shades of Sulu #B8DB7D

Tints of Sulu #B8DB7D

Color information

#B8DB7D (or 0xB8DB7D) is unknown color: approx Sulu. HEX triplet: B8, DB and 7D. RGB value is (184,219,125). Sum of RGB (Red+Green+Blue) = 184+219+125=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DB7D is #472482. Grayscale: #C6C6C6. Windows color (decimal): -4662403 or 8248248. OLE color: 8248248.

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

Color convert

RGB184219125-
CMYK0.1600.430.14
HSL82.34º56.63%67.45%-
HSV(B)82.34º42.92%85.88%-
XYZ48.862.3328.86-
YUV197.8286.9118.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.85%
GREEN value IS 219 (85.94% from 255) = 41.48%
BLUE value IS 125 (49.22% from 255) = 23.67%
R=34.85%
G=41.48%
B=23.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842191250.1600.430.1482.3456.6367.45
HexB8DB7D1002BE523943
Octal270333175200531612271103
Binary10111000110110111111101100000101011111010100101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DB7D; }

 p { color: rgb(184,219,125); }

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

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

 a { background-color: rgb(184,219,125); }

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

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

 span { border-color: rgb(184,219,125); }

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