Html Css Color HEX #B0D88B Feijoa

📋 copy color: '#B0D88B'

red 176 ◦ green 216 ◦ blue 139

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

Shades of Feijoa #B0D88B

Tints of Feijoa #B0D88B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.68%

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

R = 33.15%
G = 40.68%
B = 26.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#B0D88B (or 0xB0D88B) is known color: Feijoa. HEX triplet: B0, D8 and 8B. RGB value is (176,216,139). Sum of RGB (Red+Green+Blue) = 176+216+139=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D88B is #4F2774. Grayscale: #C3C3C3. Windows color (decimal): -5187445 or 9164976. OLE color: 9164976.

HSL color Cylindrical-coordinate representation of color #B0D88B: hue angle of 91.17º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0D88B is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 216 139 -
CMYK 0.19 0 0.36 0.15
HSL 91.17º 0.5% 0.7% -
HSV(B) 91.17º 0.36% 0.85% -
XYZ 47.12 60.21 33.56 -
YUV 195.26 96.25 114.26 -
System Red Green Blue C M Y K H S L
Decimal 176 216 139 0.19 0 0.36 0.15 91.17 0.5 0.7
Hex B0 D8 8B 13 0 24 F 5B 32 46
Octal 260 330 213 23 0 44 17 133 62 106
Binary 10110000 11011000 10001011 10011 0 100100 1111 1011011 110010 1000110

Color Harmonies of #B0D88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D88B

Black with #B0D88B

Text Example


Text Example

White with #B0D88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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