#B4E672

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

Shades of Sulu #B4E672

Tints of Sulu #B4E672

Color information

#B4E672 (or 0xB4E672) is unknown color: approx Sulu. HEX triplet: B4, E6 and 72. RGB value is (180,230,114). Sum of RGB (Red+Green+Blue) = 180+230+114=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #B4E672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4E672 is #4B198D. Grayscale: #CACACA. Windows color (decimal): -4921742 or 7530164. OLE color: 7530164.

HSL color Cylindrical-coordinate representation of color #B4E672: hue angle of 85.86º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4E672 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB180230114-
CMYK0.2200.500.10
HSL85.86º69.88%67.45%-
HSV(B)85.86º50.43%90.2%-
XYZ50.1667.5126.31-
YUV201.8378.44112.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 230 (90.23% from 255) = 43.89%
BLUE value IS 114 (44.92% from 255) = 21.76%
R=34.35%
G=43.89%
B=21.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1802301140.2200.500.1085.8669.8867.45
HexB4E67216032A564643
Octal2643461622606212126106103
Binary101101001110011011100101011001100101010101011010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E672; }

 p { color: rgb(180,230,114); }

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

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

 a { background-color: rgb(180,230,114); }

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

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

 span { border-color: rgb(180,230,114); }

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