#B8DC6F

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

Shades of Sulu #B8DC6F

Tints of Sulu #B8DC6F

Color information

#B8DC6F (or 0xB8DC6F) is unknown color: approx Sulu. HEX triplet: B8, DC and 6F. RGB value is (184,220,111). Sum of RGB (Red+Green+Blue) = 184+220+111=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC6F is #472390. Grayscale: #C5C5C5. Windows color (decimal): -4662161 or 7331000. OLE color: 7331000.

HSL color Cylindrical-coordinate representation of color #B8DC6F: hue angle of 79.82º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8DC6F is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB184220111-
CMYK0.1600.500.14
HSL79.82º60.89%64.9%-
HSV(B)79.82º49.55%86.27%-
XYZ48.2362.5224.57-
YUV196.8179.57118.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.73%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 111 (43.75% from 255) = 21.55%
R=35.73%
G=42.72%
B=21.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842201110.1600.500.1479.8260.8964.9
HexB8DC6F10032E503d41
Octal270334157200621612075101
Binary10111000110111001101111100000110010111010100001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DC6F; }

 p { color: rgb(184,220,111); }

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

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

 a { background-color: rgb(184,220,111); }

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

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

 span { border-color: rgb(184,220,111); }

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