#B4E273

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

Shades of Sulu #B4E273

Tints of Sulu #B4E273

Color information

#B4E273 (or 0xB4E273) is unknown color: approx Sulu. HEX triplet: B4, E2 and 73. RGB value is (180,226,115). Sum of RGB (Red+Green+Blue) = 180+226+115=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E273 is #4B1D8C. Grayscale: #C7C7C7. Windows color (decimal): -4922765 or 7594676. OLE color: 7594676.

HSL color Cylindrical-coordinate representation of color #B4E273: hue angle of 84.86º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4E273 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB180226115-
CMYK0.2000.490.11
HSL84.86º65.68%66.86%-
HSV(B)84.86º49.12%88.63%-
XYZ49.1165.3326.24-
YUV199.5980.26114.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 226 (88.67% from 255) = 43.38%
BLUE value IS 115 (45.31% from 255) = 22.07%
R=34.55%
G=43.38%
B=22.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1802261150.2000.490.1184.8665.6866.86
HexB4E27314031B554243
Octal2643421632406113125102103
Binary101101001110001011100111010001100011011101010110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E273; }

 p { color: rgb(180,226,115); }

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

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

 a { background-color: rgb(180,226,115); }

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

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

 span { border-color: rgb(180,226,115); }

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