Html Css Color HEX #B0FA89 Feijoa

📋 copy color: '#B0FA89'

red 176 ◦ green 250 ◦ blue 137

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

Shades of Feijoa #B0FA89

Tints of Feijoa #B0FA89

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.4%

 BLUE value IS 137 (53.91% from 255) = 24.33%

R = 31.26%
G = 44.4%
B = 24.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#B0FA89 (or 0xB0FA89) is known color: Feijoa. HEX triplet: B0, FA and 89. RGB value is (176,250,137). Sum of RGB (Red+Green+Blue) = 176+250+137=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 137 (53.91% from 255 or 24.33% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FA89 is #4F0576. Grayscale: #D7D7D7. Windows color (decimal): -5178743 or 9042608. OLE color: 9042608.

HSL color Cylindrical-coordinate representation of color #B0FA89: hue angle of 99.29º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0FA89 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 250 137 -
CMYK 0.30 0 0.45 0.02
HSL 99.29º 0.92% 0.76% -
HSV(B) 99.29º 0.45% 0.98% -
XYZ 56.61 79.41 36.01 -
YUV 214.99 83.98 100.19 -
System Red Green Blue C M Y K H S L
Decimal 176 250 137 0.30 0 0.45 0.02 99.29 0.92 0.76
Hex B0 FA 89 1E 0 2D 2 63 5C 4C
Octal 260 372 211 36 0 55 2 143 134 114
Binary 10110000 11111010 10001001 11110 0 101101 10 1100011 1011100 1001100

Color Harmonies of #B0FA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FA89

Black with #B0FA89

Text Example


Text Example

White with #B0FA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FA89; }

 p { color: rgb(176,250,137); }

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

background-color css

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

 a { background-color: rgb(176,250,137); }

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

border-color css

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

 span { border-color: rgb(176,250,137); }

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