Html Css Color HEX #B0D790 Feijoa

📋 copy color: '#B0D790'

red 176 ◦ green 215 ◦ blue 144

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

Shades of Feijoa #B0D790

Tints of Feijoa #B0D790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.92%

R = 32.9%
G = 40.19%
B = 26.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#B0D790 (or 0xB0D790) is known color: Feijoa. HEX triplet: B0, D7 and 90. RGB value is (176,215,144). Sum of RGB (Red+Green+Blue) = 176+215+144=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D790 is #4F286F. Grayscale: #C3C3C3. Windows color (decimal): -5187696 or 9492400. OLE color: 9492400.

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

Color convert

RGB 176 215 144 -
CMYK 0.18 0 0.33 0.16
HSL 92.96º 0.47% 0.7% -
HSV(B) 92.96º 0.33% 0.84% -
XYZ 47.24 59.84 35.45 -
YUV 195.25 99.08 114.27 -
System Red Green Blue C M Y K H S L
Decimal 176 215 144 0.18 0 0.33 0.16 92.96 0.47 0.7
Hex B0 D7 90 12 0 21 10 5D 2F 46
Octal 260 327 220 22 0 41 20 135 57 106
Binary 10110000 11010111 10010000 10010 0 100001 10000 1011101 101111 1000110

Color Harmonies of #B0D790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D790

Black with #B0D790

Text Example


Text Example

White with #B0D790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D790; }

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

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

background-color css

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

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

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

border-color css

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

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

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