Html Css Color HEX #B0E285 Feijoa

📋 copy color: '#B0E285'

red 176 ◦ green 226 ◦ blue 133

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

Shades of Feijoa #B0E285

Tints of Feijoa #B0E285

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.24%

 BLUE value IS 133 (52.34% from 255) = 24.86%

R = 32.9%
G = 42.24%
B = 24.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#B0E285 (or 0xB0E285) is known color: Feijoa. HEX triplet: B0, E2 and 85. RGB value is (176,226,133). Sum of RGB (Red+Green+Blue) = 176+226+133=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E285 is #4F1D7A. Grayscale: #C8C8C8. Windows color (decimal): -5184891 or 8774320. OLE color: 8774320.

HSL color Cylindrical-coordinate representation of color #B0E285: hue angle of 92.26º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0E285 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 226 133 -
CMYK 0.22 0 0.41 0.11
HSL 92.26º 0.62% 0.7% -
HSV(B) 92.26º 0.41% 0.89% -
XYZ 49.33 65.32 32.2 -
YUV 200.45 89.94 110.56 -
System Red Green Blue C M Y K H S L
Decimal 176 226 133 0.22 0 0.41 0.11 92.26 0.62 0.7
Hex B0 E2 85 16 0 29 B 5C 3E 46
Octal 260 342 205 26 0 51 13 134 76 106
Binary 10110000 11100010 10000101 10110 0 101001 1011 1011100 111110 1000110

Color Harmonies of #B0E285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E285

Black with #B0E285

Text Example


Text Example

White with #B0E285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E285; }

 p { color: rgb(176,226,133); }

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

background-color css

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

 a { background-color: rgb(176,226,133); }

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

border-color css

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

 span { border-color: rgb(176,226,133); }

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