Html Css Color HEX #B1D972 Feijoa

📋 copy color: '#B1D972'

red 177 ◦ green 217 ◦ blue 114

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

Shades of Feijoa #B1D972

Tints of Feijoa #B1D972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.44%

R = 34.84%
G = 42.72%
B = 22.44%

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

#B1D972 (or 0xB1D972) is known color: Feijoa. HEX triplet: B1, D9 and 72. RGB value is (177,217,114). Sum of RGB (Red+Green+Blue) = 177+217+114=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D972 is #4E268D. Grayscale: #C1C1C1. Windows color (decimal): -5121678 or 7526833. OLE color: 7526833.

HSL color Cylindrical-coordinate representation of color #B1D972: hue angle of 83.3º degrees, saturation: 0.58, 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 #B1D972 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 217 114 -
CMYK 0.18 0 0.47 0.15
HSL 83.3º 0.58% 0.65% -
HSV(B) 83.3º 0.47% 0.85% -
XYZ 45.98 60.19 25.11 -
YUV 193.3 83.25 116.38 -
System Red Green Blue C M Y K H S L
Decimal 177 217 114 0.18 0 0.47 0.15 83.3 0.58 0.65
Hex B1 D9 72 12 0 2F F 53 3A 41
Octal 261 331 162 22 0 57 17 123 72 101
Binary 10110001 11011001 1110010 10010 0 101111 1111 1010011 111010 1000001

Color Harmonies of #B1D972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D972

Black with #B1D972

Text Example


Text Example

White with #B1D972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D972; }

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

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

background-color css

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

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

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

border-color css

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

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

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