Html Css Color HEX #B1D38E Feijoa

📋 copy color: '#B1D38E'

red 177 ◦ green 211 ◦ blue 142

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

Shades of Feijoa #B1D38E

Tints of Feijoa #B1D38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.79%

R = 33.4%
G = 39.81%
B = 26.79%

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

#B1D38E (or 0xB1D38E) is known color: Feijoa. HEX triplet: B1, D3 and 8E. RGB value is (177,211,142). Sum of RGB (Red+Green+Blue) = 177+211+142=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D38E is #4E2C71. Grayscale: #C1C1C1. Windows color (decimal): -5123186 or 9360305. OLE color: 9360305.

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

Color convert

RGB 177 211 142 -
CMYK 0.16 0 0.33 0.17
HSL 89.57º 0.44% 0.69% -
HSV(B) 89.57º 0.33% 0.83% -
XYZ 46.31 57.89 34.32 -
YUV 192.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 177 211 142 0.16 0 0.33 0.17 89.57 0.44 0.69
Hex B1 D3 8E 10 0 21 11 5A 2C 45
Octal 261 323 216 20 0 41 21 132 54 105
Binary 10110001 11010011 10001110 10000 0 100001 10001 1011010 101100 1000101

Color Harmonies of #B1D38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D38E

Black with #B1D38E

Text Example


Text Example

White with #B1D38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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