Html Css Color HEX #B0D997 Feijoa

📋 copy color: '#B0D997'

red 176 ◦ green 217 ◦ blue 151

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

Shades of Feijoa #B0D997

Tints of Feijoa #B0D997

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.89%

 BLUE value IS 151 (59.38% from 255) = 27.76%

R = 32.35%
G = 39.89%
B = 27.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#B0D997 (or 0xB0D997) is known color: Feijoa. HEX triplet: B0, D9 and 97. RGB value is (176,217,151). Sum of RGB (Red+Green+Blue) = 176+217+151=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 151 (59.38% from 255 or 27.76% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D997 is #4F2668. Grayscale: #C5C5C5. Windows color (decimal): -5187177 or 9951664. OLE color: 9951664.

HSL color Cylindrical-coordinate representation of color #B0D997: hue angle of 97.27º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0D997 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 217 151 -
CMYK 0.19 0 0.30 0.15
HSL 97.27º 0.46% 0.72% -
HSV(B) 97.27º 0.3% 0.85% -
XYZ 48.3 61.09 38.52 -
YUV 197.22 101.92 112.87 -
System Red Green Blue C M Y K H S L
Decimal 176 217 151 0.19 0 0.30 0.15 97.27 0.46 0.72
Hex B0 D9 97 13 0 1E F 61 2E 48
Octal 260 331 227 23 0 36 17 141 56 110
Binary 10110000 11011001 10010111 10011 0 11110 1111 1100001 101110 1001000

Color Harmonies of #B0D997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D997

Black with #B0D997

Text Example


Text Example

White with #B0D997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D997; }

 p { color: rgb(176,217,151); }

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

background-color css

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

 a { background-color: rgb(176,217,151); }

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

border-color css

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

 span { border-color: rgb(176,217,151); }

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