Html Css Color HEX #B0EA84 Feijoa

📋 copy color: '#B0EA84'

red 176 ◦ green 234 ◦ blue 132

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

Shades of Feijoa #B0EA84

Tints of Feijoa #B0EA84

RGB

 RED value IS 176 (69.14% from 255) = 32.47%

 GREEN value IS 234 (91.8% from 255) = 43.17%

 BLUE value IS 132 (51.95% from 255) = 24.35%

R = 32.47%
G = 43.17%
B = 24.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#B0EA84 (or 0xB0EA84) is known color: Feijoa. HEX triplet: B0, EA and 84. RGB value is (176,234,132). Sum of RGB (Red+Green+Blue) = 176+234+132=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EA84 is #4F157B. Grayscale: #CDCDCD. Windows color (decimal): -5182844 or 8710832. OLE color: 8710832.

HSL color Cylindrical-coordinate representation of color #B0EA84: hue angle of 94.12º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0EA84 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 234 132 -
CMYK 0.25 0 0.44 0.08
HSL 94.12º 0.71% 0.72% -
HSV(B) 94.12º 0.44% 0.92% -
XYZ 51.49 69.74 32.58 -
YUV 205.03 86.78 107.29 -
System Red Green Blue C M Y K H S L
Decimal 176 234 132 0.25 0 0.44 0.08 94.12 0.71 0.72
Hex B0 EA 84 19 0 2C 8 5E 47 48
Octal 260 352 204 31 0 54 10 136 107 110
Binary 10110000 11101010 10000100 11001 0 101100 1000 1011110 1000111 1001000

Color Harmonies of #B0EA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EA84

Black with #B0EA84

Text Example


Text Example

White with #B0EA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EA84; }

 p { color: rgb(176,234,132); }

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

background-color css

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

 a { background-color: rgb(176,234,132); }

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

border-color css

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

 span { border-color: rgb(176,234,132); }

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