Html Css Color HEX #B4E182 Feijoa

📋 copy color: '#B4E182'

red 180 ◦ green 225 ◦ blue 130

#B4E182
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #B4E182

Tints of Feijoa #B4E182

RGB

 RED value IS 180 (70.7% from 255) = 33.64%

 GREEN value IS 225 (88.28% from 255) = 42.06%

 BLUE value IS 130 (51.17% from 255) = 24.3%

R = 33.64%
G = 42.06%
B = 24.3%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#B4E182 (or 0xB4E182) is known color: Feijoa. HEX triplet: B4, E1 and 82. RGB value is (180,225,130). Sum of RGB (Red+Green+Blue) = 180+225+130=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E182 is #4B1E7D. Grayscale: #C9C9C9. Windows color (decimal): -4923006 or 8577460. OLE color: 8577460.

HSL color Cylindrical-coordinate representation of color #B4E182: hue angle of 88.42º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4E182 is Cyan = 0.2, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 225 130 -
CMYK 0.2 0 0.42 0.12
HSL 88.42º 0.61% 0.7% -
HSV(B) 88.42º 0.42% 0.88% -
XYZ 49.78 65.17 31.07 -
YUV 200.72 88.09 113.22 -
System Red Green Blue C M Y K H S L
Decimal 180 225 130 0.2 0 0.42 0.12 88.42 0.61 0.7
Hex B4 E1 82 14 0 2A C 58 3D 46
Octal 264 341 202 24 0 52 14 130 75 106
Binary 10110100 11100001 10000010 10100 0 101010 1100 1011000 111101 1000110

Color Harmonies of #B4E182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E182

Black with #B4E182

Text Example


Text Example

White with #B4E182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E182; }

 p { color: rgb(180,225,130); }

 H1.HeaderClassName
 {
   color: #B4E182;
 }
 .AnyTagClassName
 {
   color: #B4E182;
 }
</style>

background-color css

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

 a { background-color: rgb(180,225,130); }

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

border-color css

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

 span { border-color: rgb(180,225,130); }

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