Html Css Color HEX #B1D385 Feijoa

📋 copy color: '#B1D385'

red 177 ◦ green 211 ◦ blue 133

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

Shades of Feijoa #B1D385

Tints of Feijoa #B1D385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.53%

R = 33.97%
G = 40.5%
B = 25.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#B1D385 (or 0xB1D385) is known color: Feijoa. HEX triplet: B1, D3 and 85. RGB value is (177,211,133). Sum of RGB (Red+Green+Blue) = 177+211+133=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D385 is #4E2C7A. Grayscale: #C0C0C0. Windows color (decimal): -5123195 or 8770481. OLE color: 8770481.

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

Color convert

RGB 177 211 133 -
CMYK 0.16 0 0.37 0.17
HSL 86.15º 0.47% 0.67% -
HSV(B) 86.15º 0.37% 0.83% -
XYZ 45.66 57.63 30.91 -
YUV 191.94 94.74 117.34 -
System Red Green Blue C M Y K H S L
Decimal 177 211 133 0.16 0 0.37 0.17 86.15 0.47 0.67
Hex B1 D3 85 10 0 25 11 56 2F 43
Octal 261 323 205 20 0 45 21 126 57 103
Binary 10110001 11010011 10000101 10000 0 100101 10001 1010110 101111 1000011

Color Harmonies of #B1D385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D385

Black with #B1D385

Text Example


Text Example

White with #B1D385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D385; }

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

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

background-color css

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

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

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

border-color css

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

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

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