Html Css Color HEX #B1DD92 Feijoa

📋 copy color: '#B1DD92'

red 177 ◦ green 221 ◦ blue 146

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

Shades of Feijoa #B1DD92

Tints of Feijoa #B1DD92

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.63%

 BLUE value IS 146 (57.42% from 255) = 26.84%

R = 32.54%
G = 40.63%
B = 26.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#B1DD92 (or 0xB1DD92) is known color: Feijoa. HEX triplet: B1, DD and 92. RGB value is (177,221,146). Sum of RGB (Red+Green+Blue) = 177+221+146=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DD92 is #4E226D. Grayscale: #C7C7C7. Windows color (decimal): -5120622 or 9625009. OLE color: 9625009.

HSL color Cylindrical-coordinate representation of color #B1DD92: hue angle of 95.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1DD92 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 221 146 -
CMYK 0.20 0 0.34 0.13
HSL 95.2º 0.52% 0.72% -
HSV(B) 95.2º 0.34% 0.87% -
XYZ 49.18 63.14 36.79 -
YUV 199.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 177 221 146 0.20 0 0.34 0.13 95.2 0.52 0.72
Hex B1 DD 92 14 0 22 D 5F 34 48
Octal 261 335 222 24 0 42 15 137 64 110
Binary 10110001 11011101 10010010 10100 0 100010 1101 1011111 110100 1001000

Color Harmonies of #B1DD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DD92

Black with #B1DD92

Text Example


Text Example

White with #B1DD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DD92; }

 p { color: rgb(177,221,146); }

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

background-color css

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

 a { background-color: rgb(177,221,146); }

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

border-color css

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

 span { border-color: rgb(177,221,146); }

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