Html Css Color HEX #B0D18B Feijoa

📋 copy color: '#B0D18B'

red 176 ◦ green 209 ◦ blue 139

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

Shades of Feijoa #B0D18B

Tints of Feijoa #B0D18B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.89%

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

R = 33.59%
G = 39.89%
B = 26.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#B0D18B (or 0xB0D18B) is known color: Feijoa. HEX triplet: B0, D1 and 8B. RGB value is (176,209,139). Sum of RGB (Red+Green+Blue) = 176+209+139=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D18B is #4F2E74. Grayscale: #BFBFBF. Windows color (decimal): -5189237 or 9163184. OLE color: 9163184.

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

Color convert

RGB 176 209 139 -
CMYK 0.16 0 0.33 0.18
HSL 88.29º 0.43% 0.68% -
HSV(B) 88.29º 0.33% 0.82% -
XYZ 45.37 56.7 32.98 -
YUV 191.15 98.57 117.19 -
System Red Green Blue C M Y K H S L
Decimal 176 209 139 0.16 0 0.33 0.18 88.29 0.43 0.68
Hex B0 D1 8B 10 0 21 12 58 2B 44
Octal 260 321 213 20 0 41 22 130 53 104
Binary 10110000 11010001 10001011 10000 0 100001 10010 1011000 101011 1000100

Color Harmonies of #B0D18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D18B

Black with #B0D18B

Text Example


Text Example

White with #B0D18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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