Html Css Color HEX #B1D285 Feijoa

📋 copy color: '#B1D285'

red 177 ◦ green 210 ◦ blue 133

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

Shades of Feijoa #B1D285

Tints of Feijoa #B1D285

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.38%

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

R = 34.04%
G = 40.38%
B = 25.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#B1D285 (or 0xB1D285) is known color: Feijoa. HEX triplet: B1, D2 and 85. RGB value is (177,210,133). Sum of RGB (Red+Green+Blue) = 177+210+133=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D285 is #4E2D7A. Grayscale: #BFBFBF. Windows color (decimal): -5123451 or 8770225. OLE color: 8770225.

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

Color convert

RGB 177 210 133 -
CMYK 0.16 0 0.37 0.18
HSL 85.71º 0.46% 0.67% -
HSV(B) 85.71º 0.37% 0.82% -
XYZ 45.41 57.13 30.82 -
YUV 191.36 95.07 117.76 -
System Red Green Blue C M Y K H S L
Decimal 177 210 133 0.16 0 0.37 0.18 85.71 0.46 0.67
Hex B1 D2 85 10 0 25 12 56 2E 43
Octal 261 322 205 20 0 45 22 126 56 103
Binary 10110001 11010010 10000101 10000 0 100101 10010 1010110 101110 1000011

Color Harmonies of #B1D285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D285

Black with #B1D285

Text Example


Text Example

White with #B1D285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D285; }

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

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

background-color css

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

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

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

border-color css

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

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

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