Html Css Color HEX #B2D883 Feijoa

📋 copy color: '#B2D883'

red 178 ◦ green 216 ◦ blue 131

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

Shades of Feijoa #B2D883

Tints of Feijoa #B2D883

RGB

 RED value IS 178 (69.92% from 255) = 33.9%

 GREEN value IS 216 (84.77% from 255) = 41.14%

 BLUE value IS 131 (51.56% from 255) = 24.95%

R = 33.9%
G = 41.14%
B = 24.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#B2D883 (or 0xB2D883) is known color: Feijoa. HEX triplet: B2, D8 and 83. RGB value is (178,216,131). Sum of RGB (Red+Green+Blue) = 178+216+131=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D883 is #4D277C. Grayscale: #C3C3C3. Windows color (decimal): -5056381 or 8640690. OLE color: 8640690.

HSL color Cylindrical-coordinate representation of color #B2D883: hue angle of 86.82º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2D883 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 216 131 -
CMYK 0.18 0 0.39 0.15
HSL 86.82º 0.52% 0.68% -
HSV(B) 86.82º 0.39% 0.85% -
XYZ 47.01 60.22 30.62 -
YUV 194.95 91.91 115.91 -
System Red Green Blue C M Y K H S L
Decimal 178 216 131 0.18 0 0.39 0.15 86.82 0.52 0.68
Hex B2 D8 83 12 0 27 F 57 34 44
Octal 262 330 203 22 0 47 17 127 64 104
Binary 10110010 11011000 10000011 10010 0 100111 1111 1010111 110100 1000100

Color Harmonies of #B2D883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D883

Black with #B2D883

Text Example


Text Example

White with #B2D883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D883; }

 p { color: rgb(178,216,131); }

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

background-color css

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

 a { background-color: rgb(178,216,131); }

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

border-color css

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

 span { border-color: rgb(178,216,131); }

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