#B8D77A

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

Shades of Sulu #B8D77A

Tints of Sulu #B8D77A

Color information

#B8D77A (or 0xB8D77A) is unknown color: approx Sulu. HEX triplet: B8, D7 and 7A. RGB value is (184,215,122). Sum of RGB (Red+Green+Blue) = 184+215+122=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D77A is #472885. Grayscale: #C3C3C3. Windows color (decimal): -4663430 or 8050616. OLE color: 8050616.

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

Color convert

RGB184215122-
CMYK0.1400.430.16
HSL80º53.76%66.08%-
HSV(B)80º43.26%84.31%-
XYZ47.5860.227.52-
YUV195.1386.73120.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 215 (84.38% from 255) = 41.27%
BLUE value IS 122 (48.05% from 255) = 23.42%
R=35.32%
G=41.27%
B=23.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842151220.1400.430.168053.7666.08
HexB8D77AE02B10503642
Octal270327172160532012066102
Binary10111000110101111111010111001010111000010100001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D77A; }

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

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

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

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

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

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

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

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