Html Css Color HEX #B0D28C Feijoa

📋 copy color: '#B0D28C'

red 176 ◦ green 210 ◦ blue 140

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

Shades of Feijoa #B0D28C

Tints of Feijoa #B0D28C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.92%

 BLUE value IS 140 (55.08% from 255) = 26.62%

R = 33.46%
G = 39.92%
B = 26.62%

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

#B0D28C (or 0xB0D28C) is known color: Feijoa. HEX triplet: B0, D2 and 8C. RGB value is (176,210,140). Sum of RGB (Red+Green+Blue) = 176+210+140=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D28C is #4F2D73. Grayscale: #C0C0C0. Windows color (decimal): -5188980 or 9228976. OLE color: 9228976.

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

Color convert

RGB 176 210 140 -
CMYK 0.16 0 0.33 0.18
HSL 89.14º 0.44% 0.69% -
HSV(B) 89.14º 0.33% 0.82% -
XYZ 45.68 57.22 33.45 -
YUV 191.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 176 210 140 0.16 0 0.33 0.18 89.14 0.44 0.69
Hex B0 D2 8C 10 0 21 12 59 2C 45
Octal 260 322 214 20 0 41 22 131 54 105
Binary 10110000 11010010 10001100 10000 0 100001 10010 1011001 101100 1000101

Color Harmonies of #B0D28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D28C

Black with #B0D28C

Text Example


Text Example

White with #B0D28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D28C; }

 p { color: rgb(176,210,140); }

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

background-color css

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

 a { background-color: rgb(176,210,140); }

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

border-color css

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

 span { border-color: rgb(176,210,140); }

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