#B4EAB9

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

Shades of Fringy Flower #B4EAB9

Tints of Fringy Flower #B4EAB9

Color information

#B4EAB9 (or 0xB4EAB9) is unknown color: approx Fringy Flower. HEX triplet: B4, EA and B9. RGB value is (180,234,185). Sum of RGB (Red+Green+Blue) = 180+234+185=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 185 (72.66% from 255 or 30.88% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EAB9 is #4B1546. Grayscale: #D4D4D4. Windows color (decimal): -4920647 or 12184244. OLE color: 12184244.

HSL color Cylindrical-coordinate representation of color #B4EAB9: hue angle of 125.56º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4EAB9 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB180234185-
CMYK0.2300.210.08
HSL125.56º56.25%81.18%-
HSV(B)125.56º23.08%91.76%-
XYZ5772.0556.8-
YUV212.27112.61104.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.05%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 185 (72.66% from 255) = 30.88%
R=30.05%
G=39.07%
B=30.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802341850.2300.210.08125.5656.2581.18
HexB4EAB91701587e3851
Octal264352271270251017670121
Binary10110100111010101011100110111010101100011111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EAB9; }

 p { color: rgb(180,234,185); }

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

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

 a { background-color: rgb(180,234,185); }

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

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

 span { border-color: rgb(180,234,185); }

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