Html Css Color HEX #B0E48B Feijoa

📋 copy color: '#B0E48B'

red 176 ◦ green 228 ◦ blue 139

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

Shades of Feijoa #B0E48B

Tints of Feijoa #B0E48B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.99%

 BLUE value IS 139 (54.69% from 255) = 25.6%

R = 32.41%
G = 41.99%
B = 25.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#B0E48B (or 0xB0E48B) is known color: Feijoa. HEX triplet: B0, E4 and 8B. RGB value is (176,228,139). Sum of RGB (Red+Green+Blue) = 176+228+139=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E48B is #4F1B74. Grayscale: #CACACA. Windows color (decimal): -5184373 or 9168048. OLE color: 9168048.

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

Color convert

RGB 176 228 139 -
CMYK 0.23 0 0.39 0.11
HSL 95.06º 0.62% 0.72% -
HSV(B) 95.06º 0.39% 0.89% -
XYZ 50.31 66.58 34.63 -
YUV 202.31 92.27 109.24 -
System Red Green Blue C M Y K H S L
Decimal 176 228 139 0.23 0 0.39 0.11 95.06 0.62 0.72
Hex B0 E4 8B 17 0 27 B 5F 3E 48
Octal 260 344 213 27 0 47 13 137 76 110
Binary 10110000 11100100 10001011 10111 0 100111 1011 1011111 111110 1001000

Color Harmonies of #B0E48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E48B

Black with #B0E48B

Text Example


Text Example

White with #B0E48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E48B; }

 p { color: rgb(176,228,139); }

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

background-color css

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

 a { background-color: rgb(176,228,139); }

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

border-color css

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

 span { border-color: rgb(176,228,139); }

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