#B4E985

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

Shades of Feijoa #B4E985

Tints of Feijoa #B4E985

Color information

#B4E985 (or 0xB4E985) is unknown color: approx Feijoa. HEX triplet: B4, E9 and 85. RGB value is (180,233,133). Sum of RGB (Red+Green+Blue) = 180+233+133=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4E985 is #4B167A. Grayscale: #CECECE. Windows color (decimal): -4920955 or 8776116. OLE color: 8776116.

HSL color Cylindrical-coordinate representation of color #B4E985: hue angle of 91.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4E985 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB180233133-
CMYK0.2300.430.09
HSL91.8º69.44%71.76%-
HSV(B)91.8º42.92%91.37%-
XYZ52.1969.6732.89-
YUV205.7586.94109.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.97%
GREEN value IS 233 (91.41% from 255) = 42.67%
BLUE value IS 133 (52.34% from 255) = 24.36%
R=32.97%
G=42.67%
B=24.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802331330.2300.430.0991.869.4471.76
HexB4E9851702B95c4548
Octal2643512052705311134105110
Binary1011010011101001100001011011101010111001101110010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E985; }

 p { color: rgb(180,233,133); }

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

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

 a { background-color: rgb(180,233,133); }

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

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

 span { border-color: rgb(180,233,133); }

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