#B8DA7D

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

Shades of Sulu #B8DA7D

Tints of Sulu #B8DA7D

Color information

#B8DA7D (or 0xB8DA7D) is unknown color: approx Sulu. HEX triplet: B8, DA and 7D. RGB value is (184,218,125). Sum of RGB (Red+Green+Blue) = 184+218+125=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DA7D is #472582. Grayscale: #C5C5C5. Windows color (decimal): -4662659 or 8247992. OLE color: 8247992.

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

Color convert

RGB184218125-
CMYK0.1600.430.15
HSL81.94º55.69%67.25%-
HSV(B)81.94º42.66%85.49%-
XYZ48.5461.8128.77-
YUV197.2387.24118.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.91%
GREEN value IS 218 (85.55% from 255) = 41.37%
BLUE value IS 125 (49.22% from 255) = 23.72%
R=34.91%
G=41.37%
B=23.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842181250.1600.430.1581.9455.6967.25
HexB8DA7D1002BF523843
Octal270332175200531712270103
Binary10111000110110101111101100000101011111110100101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DA7D; }

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

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

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

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

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

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

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

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