Html Css Color HEX #B1D38D Feijoa

📋 copy color: '#B1D38D'

red 177 ◦ green 211 ◦ blue 141

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

Shades of Feijoa #B1D38D

Tints of Feijoa #B1D38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.65%

R = 33.46%
G = 39.89%
B = 26.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#B1D38D (or 0xB1D38D) is known color: Feijoa. HEX triplet: B1, D3 and 8D. RGB value is (177,211,141). Sum of RGB (Red+Green+Blue) = 177+211+141=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D38D is #4E2C72. Grayscale: #C1C1C1. Windows color (decimal): -5123187 or 9294769. OLE color: 9294769.

HSL color Cylindrical-coordinate representation of color #B1D38D: hue angle of 89.14º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1D38D is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 211 141 -
CMYK 0.16 0 0.33 0.17
HSL 89.14º 0.44% 0.69% -
HSV(B) 89.14º 0.33% 0.83% -
XYZ 46.23 57.86 33.93 -
YUV 192.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 177 211 141 0.16 0 0.33 0.17 89.14 0.44 0.69
Hex B1 D3 8D 10 0 21 11 59 2C 45
Octal 261 323 215 20 0 41 21 131 54 105
Binary 10110001 11010011 10001101 10000 0 100001 10001 1011001 101100 1000101

Color Harmonies of #B1D38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D38D

Black with #B1D38D

Text Example


Text Example

White with #B1D38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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