Html Css Color HEX #B0E08F Feijoa

📋 copy color: '#B0E08F'

red 176 ◦ green 224 ◦ blue 143

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

Shades of Feijoa #B0E08F

Tints of Feijoa #B0E08F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.25%

 BLUE value IS 143 (56.25% from 255) = 26.34%

R = 32.41%
G = 41.25%
B = 26.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#B0E08F (or 0xB0E08F) is known color: Feijoa. HEX triplet: B0, E0 and 8F. RGB value is (176,224,143). Sum of RGB (Red+Green+Blue) = 176+224+143=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E08F is #4F1F70. Grayscale: #C8C8C8. Windows color (decimal): -5185393 or 9429168. OLE color: 9429168.

HSL color Cylindrical-coordinate representation of color #B0E08F: hue angle of 95.56º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0E08F is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 143 -
CMYK 0.21 0 0.36 0.12
HSL 95.56º 0.57% 0.72% -
HSV(B) 95.56º 0.36% 0.88% -
XYZ 49.52 64.52 35.83 -
YUV 200.41 95.6 110.59 -
System Red Green Blue C M Y K H S L
Decimal 176 224 143 0.21 0 0.36 0.12 95.56 0.57 0.72
Hex B0 E0 8F 15 0 24 C 60 39 48
Octal 260 340 217 25 0 44 14 140 71 110
Binary 10110000 11100000 10001111 10101 0 100100 1100 1100000 111001 1001000

Color Harmonies of #B0E08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E08F

Black with #B0E08F

Text Example


Text Example

White with #B0E08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E08F; }

 p { color: rgb(176,224,143); }

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

background-color css

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

 a { background-color: rgb(176,224,143); }

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

border-color css

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

 span { border-color: rgb(176,224,143); }

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