Html Css Color HEX #B0D896 Feijoa

📋 copy color: '#B0D896'

red 176 ◦ green 216 ◦ blue 150

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

Shades of Feijoa #B0D896

Tints of Feijoa #B0D896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.68%

R = 32.47%
G = 39.85%
B = 27.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#B0D896 (or 0xB0D896) is known color: Feijoa. HEX triplet: B0, D8 and 96. RGB value is (176,216,150). Sum of RGB (Red+Green+Blue) = 176+216+150=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D896 is #4F2769. Grayscale: #C4C4C4. Windows color (decimal): -5187434 or 9885872. OLE color: 9885872.

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

Color convert

RGB 176 216 150 -
CMYK 0.19 0 0.31 0.15
HSL 96.36º 0.46% 0.72% -
HSV(B) 96.36º 0.31% 0.85% -
XYZ 47.97 60.54 38.01 -
YUV 196.52 101.75 113.37 -
System Red Green Blue C M Y K H S L
Decimal 176 216 150 0.19 0 0.31 0.15 96.36 0.46 0.72
Hex B0 D8 96 13 0 1F F 60 2E 48
Octal 260 330 226 23 0 37 17 140 56 110
Binary 10110000 11011000 10010110 10011 0 11111 1111 1100000 101110 1001000

Color Harmonies of #B0D896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D896

Black with #B0D896

Text Example


Text Example

White with #B0D896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D896; }

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

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

background-color css

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

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

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

border-color css

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

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

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