Html Css Color HEX #B0D188 Feijoa

📋 copy color: '#B0D188'

red 176 ◦ green 209 ◦ blue 136

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

Shades of Feijoa #B0D188

Tints of Feijoa #B0D188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.1%

R = 33.78%
G = 40.12%
B = 26.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#B0D188 (or 0xB0D188) is known color: Feijoa. HEX triplet: B0, D1 and 88. RGB value is (176,209,136). Sum of RGB (Red+Green+Blue) = 176+209+136=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D188 is #4F2E77. Grayscale: #BFBFBF. Windows color (decimal): -5189240 or 8966576. OLE color: 8966576.

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

Color convert

RGB 176 209 136 -
CMYK 0.16 0 0.35 0.18
HSL 87.12º 0.44% 0.68% -
HSV(B) 87.12º 0.35% 0.82% -
XYZ 45.15 56.61 31.84 -
YUV 190.81 97.07 117.44 -
System Red Green Blue C M Y K H S L
Decimal 176 209 136 0.16 0 0.35 0.18 87.12 0.44 0.68
Hex B0 D1 88 10 0 23 12 57 2C 44
Octal 260 321 210 20 0 43 22 127 54 104
Binary 10110000 11010001 10001000 10000 0 100011 10010 1010111 101100 1000100

Color Harmonies of #B0D188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D188

Black with #B0D188

Text Example


Text Example

White with #B0D188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D188; }

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

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

background-color css

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

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

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

border-color css

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

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

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