Html Css Color HEX #B1D973 Feijoa

📋 copy color: '#B1D973'

red 177 ◦ green 217 ◦ blue 115

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

Shades of Feijoa #B1D973

Tints of Feijoa #B1D973

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.63%

 BLUE value IS 115 (45.31% from 255) = 22.59%

R = 34.77%
G = 42.63%
B = 22.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#B1D973 (or 0xB1D973) is known color: Feijoa. HEX triplet: B1, D9 and 73. RGB value is (177,217,115). Sum of RGB (Red+Green+Blue) = 177+217+115=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D973 is #4E268C. Grayscale: #C1C1C1. Windows color (decimal): -5121677 or 7592369. OLE color: 7592369.

HSL color Cylindrical-coordinate representation of color #B1D973: hue angle of 83.53º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1D973 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 217 115 -
CMYK 0.18 0 0.47 0.15
HSL 83.53º 0.57% 0.65% -
HSV(B) 83.53º 0.47% 0.85% -
XYZ 46.04 60.21 25.41 -
YUV 193.41 83.75 116.29 -
System Red Green Blue C M Y K H S L
Decimal 177 217 115 0.18 0 0.47 0.15 83.53 0.57 0.65
Hex B1 D9 73 12 0 2F F 54 39 41
Octal 261 331 163 22 0 57 17 124 71 101
Binary 10110001 11011001 1110011 10010 0 101111 1111 1010100 111001 1000001

Color Harmonies of #B1D973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D973

Black with #B1D973

Text Example


Text Example

White with #B1D973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D973; }

 p { color: rgb(177,217,115); }

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

background-color css

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

 a { background-color: rgb(177,217,115); }

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

border-color css

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

 span { border-color: rgb(177,217,115); }

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