Html Css Color HEX #B2D983 Feijoa

📋 copy color: '#B2D983'

red 178 ◦ green 217 ◦ blue 131

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

Shades of Feijoa #B2D983

Tints of Feijoa #B2D983

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.25%

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

R = 33.84%
G = 41.25%
B = 24.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#B2D983 (or 0xB2D983) is known color: Feijoa. HEX triplet: B2, D9 and 83. RGB value is (178,217,131). Sum of RGB (Red+Green+Blue) = 178+217+131=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D983 is #4D267C. Grayscale: #C3C3C3. Windows color (decimal): -5056125 or 8640946. OLE color: 8640946.

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

Color convert

RGB 178 217 131 -
CMYK 0.18 0 0.40 0.15
HSL 87.21º 0.53% 0.68% -
HSV(B) 87.21º 0.4% 0.85% -
XYZ 47.27 60.73 30.7 -
YUV 195.54 91.58 115.49 -
System Red Green Blue C M Y K H S L
Decimal 178 217 131 0.18 0 0.40 0.15 87.21 0.53 0.68
Hex B2 D9 83 12 0 28 F 57 35 44
Octal 262 331 203 22 0 50 17 127 65 104
Binary 10110010 11011001 10000011 10010 0 101000 1111 1010111 110101 1000100

Color Harmonies of #B2D983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D983

Black with #B2D983

Text Example


Text Example

White with #B2D983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D983; }

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

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

background-color css

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

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

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

border-color css

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

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

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