Html Css Color HEX #B1DD94 Feijoa

📋 copy color: '#B1DD94'

red 177 ◦ green 221 ◦ blue 148

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

Shades of Feijoa #B1DD94

Tints of Feijoa #B1DD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.11%

R = 32.42%
G = 40.48%
B = 27.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#B1DD94 (or 0xB1DD94) is known color: Feijoa. HEX triplet: B1, DD and 94. RGB value is (177,221,148). Sum of RGB (Red+Green+Blue) = 177+221+148=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DD94 is #4E226B. Grayscale: #C7C7C7. Windows color (decimal): -5120620 or 9756081. OLE color: 9756081.

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

Color convert

RGB 177 221 148 -
CMYK 0.20 0 0.33 0.13
HSL 96.16º 0.52% 0.72% -
HSV(B) 96.16º 0.33% 0.87% -
XYZ 49.33 63.2 37.62 -
YUV 199.52 98.92 111.94 -
System Red Green Blue C M Y K H S L
Decimal 177 221 148 0.20 0 0.33 0.13 96.16 0.52 0.72
Hex B1 DD 94 14 0 21 D 60 34 48
Octal 261 335 224 24 0 41 15 140 64 110
Binary 10110001 11011101 10010100 10100 0 100001 1101 1100000 110100 1001000

Color Harmonies of #B1DD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DD94

Black with #B1DD94

Text Example


Text Example

White with #B1DD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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