Html Css Color HEX #B0D795 Feijoa

📋 copy color: '#B0D795'

red 176 ◦ green 215 ◦ blue 149

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

Shades of Feijoa #B0D795

Tints of Feijoa #B0D795

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.81%

 BLUE value IS 149 (58.59% from 255) = 27.59%

R = 32.59%
G = 39.81%
B = 27.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#B0D795 (or 0xB0D795) is known color: Feijoa. HEX triplet: B0, D7 and 95. RGB value is (176,215,149). Sum of RGB (Red+Green+Blue) = 176+215+149=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D795 is #4F286A. Grayscale: #C4C4C4. Windows color (decimal): -5187691 or 9820080. OLE color: 9820080.

HSL color Cylindrical-coordinate representation of color #B0D795: hue angle of 95.45º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0D795 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 215 149 -
CMYK 0.18 0 0.31 0.16
HSL 95.45º 0.45% 0.71% -
HSV(B) 95.45º 0.31% 0.84% -
XYZ 47.63 60 37.5 -
YUV 195.82 101.58 113.87 -
System Red Green Blue C M Y K H S L
Decimal 176 215 149 0.18 0 0.31 0.16 95.45 0.45 0.71
Hex B0 D7 95 12 0 1F 10 5F 2D 47
Octal 260 327 225 22 0 37 20 137 55 107
Binary 10110000 11010111 10010101 10010 0 11111 10000 1011111 101101 1000111

Color Harmonies of #B0D795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D795

Black with #B0D795

Text Example


Text Example

White with #B0D795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D795; }

 p { color: rgb(176,215,149); }

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

background-color css

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

 a { background-color: rgb(176,215,149); }

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

border-color css

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

 span { border-color: rgb(176,215,149); }

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