Html Css Color HEX #B1D383 Feijoa

📋 copy color: '#B1D383'

red 177 ◦ green 211 ◦ blue 131

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

Shades of Feijoa #B1D383

Tints of Feijoa #B1D383

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.66%

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

R = 34.1%
G = 40.66%
B = 25.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#B1D383 (or 0xB1D383) is known color: Feijoa. HEX triplet: B1, D3 and 83. RGB value is (177,211,131). Sum of RGB (Red+Green+Blue) = 177+211+131=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D383 is #4E2C7C. Grayscale: #C0C0C0. Windows color (decimal): -5123197 or 8639409. OLE color: 8639409.

HSL color Cylindrical-coordinate representation of color #B1D383: hue angle of 85.5º 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 #B1D383 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 211 131 -
CMYK 0.16 0 0.38 0.17
HSL 85.5º 0.48% 0.67% -
HSV(B) 85.5º 0.38% 0.83% -
XYZ 45.52 57.57 30.19 -
YUV 191.71 93.74 117.5 -
System Red Green Blue C M Y K H S L
Decimal 177 211 131 0.16 0 0.38 0.17 85.5 0.48 0.67
Hex B1 D3 83 10 0 26 11 56 30 43
Octal 261 323 203 20 0 46 21 126 60 103
Binary 10110001 11010011 10000011 10000 0 100110 10001 1010110 110000 1000011

Color Harmonies of #B1D383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D383

Black with #B1D383

Text Example


Text Example

White with #B1D383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D383; }

 p { color: rgb(177,211,131); }

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

background-color css

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

 a { background-color: rgb(177,211,131); }

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

border-color css

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

 span { border-color: rgb(177,211,131); }

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