#B4D870

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

Shades of Sulu #B4D870

Tints of Sulu #B4D870

Color information

#B4D870 (or 0xB4D870) is unknown color: approx Sulu. HEX triplet: B4, D8 and 70. RGB value is (180,216,112). Sum of RGB (Red+Green+Blue) = 180+216+112=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D870 is #4B278F. Grayscale: #C1C1C1. Windows color (decimal): -4925328 or 7395508. OLE color: 7395508.

HSL color Cylindrical-coordinate representation of color #B4D870: hue angle of 80.77º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4D870 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB180216112-
CMYK0.1700.480.15
HSL80.77º57.14%64.31%-
HSV(B)80.77º48.15%84.71%-
XYZ46.359.9824.47-
YUV193.3882.07118.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 216 (84.77% from 255) = 42.52%
BLUE value IS 112 (44.14% from 255) = 22.05%
R=35.43%
G=42.52%
B=22.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802161120.1700.480.1580.7757.1464.31
HexB4D87011030F513940
Octal264330160210601712171100
Binary10110100110110001110000100010110000111110100011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D870; }

 p { color: rgb(180,216,112); }

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

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

 a { background-color: rgb(180,216,112); }

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

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

 span { border-color: rgb(180,216,112); }

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