Html Css Color HEX #B0D089 Feijoa

📋 copy color: '#B0D089'

red 176 ◦ green 208 ◦ blue 137

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

Shades of Feijoa #B0D089

Tints of Feijoa #B0D089

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.92%

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

R = 33.78%
G = 39.92%
B = 26.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#B0D089 (or 0xB0D089) is known color: Feijoa. HEX triplet: B0, D0 and 89. RGB value is (176,208,137). Sum of RGB (Red+Green+Blue) = 176+208+137=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D089 is #4F2F76. Grayscale: #BEBEBE. Windows color (decimal): -5189495 or 9031856. OLE color: 9031856.

HSL color Cylindrical-coordinate representation of color #B0D089: hue angle of 87.04º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0D089 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 208 137 -
CMYK 0.15 0 0.34 0.18
HSL 87.04º 0.43% 0.68% -
HSV(B) 87.04º 0.34% 0.82% -
XYZ 44.98 56.15 32.13 -
YUV 190.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 176 208 137 0.15 0 0.34 0.18 87.04 0.43 0.68
Hex B0 D0 89 F 0 22 12 57 2B 44
Octal 260 320 211 17 0 42 22 127 53 104
Binary 10110000 11010000 10001001 1111 0 100010 10010 1010111 101011 1000100

Color Harmonies of #B0D089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D089

Black with #B0D089

Text Example


Text Example

White with #B0D089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D089; }

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

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

background-color css

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

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

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

border-color css

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

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

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