Html Css Color HEX #B1D982 Feijoa

📋 copy color: '#B1D982'

red 177 ◦ green 217 ◦ blue 130

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

Shades of Feijoa #B1D982

Tints of Feijoa #B1D982

RGB

 RED value IS 177 (69.53% from 255) = 33.78%

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

 BLUE value IS 130 (51.17% from 255) = 24.81%

R = 33.78%
G = 41.41%
B = 24.81%

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

#B1D982 (or 0xB1D982) is known color: Feijoa. HEX triplet: B1, D9 and 82. RGB value is (177,217,130). Sum of RGB (Red+Green+Blue) = 177+217+130=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D982 is #4E267D. Grayscale: #C3C3C3. Windows color (decimal): -5121662 or 8575409. OLE color: 8575409.

HSL color Cylindrical-coordinate representation of color #B1D982: hue angle of 87.59º 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 #B1D982 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 217 130 -
CMYK 0.18 0 0.40 0.15
HSL 87.59º 0.53% 0.68% -
HSV(B) 87.59º 0.4% 0.85% -
XYZ 46.97 60.58 30.34 -
YUV 195.12 91.25 115.07 -
System Red Green Blue C M Y K H S L
Decimal 177 217 130 0.18 0 0.40 0.15 87.59 0.53 0.68
Hex B1 D9 82 12 0 28 F 58 35 44
Octal 261 331 202 22 0 50 17 130 65 104
Binary 10110001 11011001 10000010 10010 0 101000 1111 1011000 110101 1000100

Color Harmonies of #B1D982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D982

Black with #B1D982

Text Example


Text Example

White with #B1D982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D982; }

 p { color: rgb(177,217,130); }

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

background-color css

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

 a { background-color: rgb(177,217,130); }

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

border-color css

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

 span { border-color: rgb(177,217,130); }

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