Html Css Color HEX #B1D484 Feijoa

📋 copy color: '#B1D484'

red 177 ◦ green 212 ◦ blue 132

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

Shades of Feijoa #B1D484

Tints of Feijoa #B1D484

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.69%

 BLUE value IS 132 (51.95% from 255) = 25.34%

R = 33.97%
G = 40.69%
B = 25.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#B1D484 (or 0xB1D484) is known color: Feijoa. HEX triplet: B1, D4 and 84. RGB value is (177,212,132). Sum of RGB (Red+Green+Blue) = 177+212+132=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D484 is #4E2B7B. Grayscale: #C0C0C0. Windows color (decimal): -5122940 or 8705201. OLE color: 8705201.

HSL color Cylindrical-coordinate representation of color #B1D484: hue angle of 86.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1D484 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 212 132 -
CMYK 0.17 0 0.38 0.17
HSL 86.25º 0.48% 0.67% -
HSV(B) 86.25º 0.38% 0.83% -
XYZ 45.84 58.1 30.63 -
YUV 192.42 93.9 117 -
System Red Green Blue C M Y K H S L
Decimal 177 212 132 0.17 0 0.38 0.17 86.25 0.48 0.67
Hex B1 D4 84 11 0 26 11 56 30 43
Octal 261 324 204 21 0 46 21 126 60 103
Binary 10110001 11010100 10000100 10001 0 100110 10001 1010110 110000 1000011

Color Harmonies of #B1D484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D484

Black with #B1D484

Text Example


Text Example

White with #B1D484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D484; }

 p { color: rgb(177,212,132); }

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

background-color css

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

 a { background-color: rgb(177,212,132); }

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

border-color css

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

 span { border-color: rgb(177,212,132); }

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