Html Css Color HEX #B0D788 Feijoa

📋 copy color: '#B0D788'

red 176 ◦ green 215 ◦ blue 136

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

Shades of Feijoa #B0D788

Tints of Feijoa #B0D788

RGB

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

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

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

R = 33.4%
G = 40.8%
B = 25.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#B0D788 (or 0xB0D788) is known color: Feijoa. HEX triplet: B0, D7 and 88. RGB value is (176,215,136). Sum of RGB (Red+Green+Blue) = 176+215+136=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D788 is #4F2877. Grayscale: #C2C2C2. Windows color (decimal): -5187704 or 8968112. OLE color: 8968112.

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

Color convert

RGB 176 215 136 -
CMYK 0.18 0 0.37 0.16
HSL 89.62º 0.5% 0.69% -
HSV(B) 89.62º 0.37% 0.84% -
XYZ 46.65 59.61 32.34 -
YUV 194.33 95.08 114.92 -
System Red Green Blue C M Y K H S L
Decimal 176 215 136 0.18 0 0.37 0.16 89.62 0.5 0.69
Hex B0 D7 88 12 0 25 10 5A 32 45
Octal 260 327 210 22 0 45 20 132 62 105
Binary 10110000 11010111 10001000 10010 0 100101 10000 1011010 110010 1000101

Color Harmonies of #B0D788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D788

Black with #B0D788

Text Example


Text Example

White with #B0D788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D788; }

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

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

background-color css

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

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

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

border-color css

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

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

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