#B8D77F

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

Shades of Sulu #B8D77F

Tints of Sulu #B8D77F

Color information

#B8D77F (or 0xB8D77F) is unknown color: approx Sulu. HEX triplet: B8, D7 and 7F. RGB value is (184,215,127). Sum of RGB (Red+Green+Blue) = 184+215+127=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D77F is #472880. Grayscale: #C4C4C4. Windows color (decimal): -4663425 or 8378296. OLE color: 8378296.

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

Color convert

RGB184215127-
CMYK0.1400.410.16
HSL81.14º52.38%67.06%-
HSV(B)81.14º40.93%84.31%-
XYZ47.960.3229.2-
YUV195.789.23119.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.98%
GREEN value IS 215 (84.38% from 255) = 40.87%
BLUE value IS 127 (50% from 255) = 24.14%
R=34.98%
G=40.87%
B=24.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842151270.1400.410.1681.1452.3867.06
HexB8D77FE02910513443
Octal270327177160512012164103
Binary10111000110101111111111111001010011000010100011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D77F; }

 p { color: rgb(184,215,127); }

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

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

 a { background-color: rgb(184,215,127); }

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

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

 span { border-color: rgb(184,215,127); }

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