Html Css Color HEX #B2D981 Feijoa

📋 copy color: '#B2D981'

red 178 ◦ green 217 ◦ blue 129

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

Shades of Feijoa #B2D981

Tints of Feijoa #B2D981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.62%

R = 33.97%
G = 41.41%
B = 24.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#B2D981 (or 0xB2D981) is known color: Feijoa. HEX triplet: B2, D9 and 81. RGB value is (178,217,129). Sum of RGB (Red+Green+Blue) = 178+217+129=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D981 is #4D267E. Grayscale: #C3C3C3. Windows color (decimal): -5056127 or 8509874. OLE color: 8509874.

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

Color convert

RGB 178 217 129 -
CMYK 0.18 0 0.41 0.15
HSL 86.59º 0.54% 0.68% -
HSV(B) 86.59º 0.41% 0.85% -
XYZ 47.14 60.68 30 -
YUV 195.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 178 217 129 0.18 0 0.41 0.15 86.59 0.54 0.68
Hex B2 D9 81 12 0 29 F 57 36 44
Octal 262 331 201 22 0 51 17 127 66 104
Binary 10110010 11011001 10000001 10010 0 101001 1111 1010111 110110 1000100

Color Harmonies of #B2D981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D981

Black with #B2D981

Text Example


Text Example

White with #B2D981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D981; }

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

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

background-color css

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

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

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

border-color css

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

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

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