Html Css Color HEX #B0D972 Feijoa

📋 copy color: '#B0D972'

red 176 ◦ green 217 ◦ blue 114

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

Shades of Feijoa #B0D972

Tints of Feijoa #B0D972

RGB

 RED value IS 176 (69.14% from 255) = 34.71%

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

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

R = 34.71%
G = 42.8%
B = 22.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#B0D972 (or 0xB0D972) is known color: Feijoa. HEX triplet: B0, D9 and 72. RGB value is (176,217,114). Sum of RGB (Red+Green+Blue) = 176+217+114=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D972 is #4F268D. Grayscale: #C1C1C1. Windows color (decimal): -5187214 or 7526832. OLE color: 7526832.

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

Color convert

RGB 176 217 114 -
CMYK 0.19 0 0.47 0.15
HSL 83.88º 0.58% 0.65% -
HSV(B) 83.88º 0.47% 0.85% -
XYZ 45.75 60.07 25.1 -
YUV 193 83.42 115.88 -
System Red Green Blue C M Y K H S L
Decimal 176 217 114 0.19 0 0.47 0.15 83.88 0.58 0.65
Hex B0 D9 72 13 0 2F F 54 3A 41
Octal 260 331 162 23 0 57 17 124 72 101
Binary 10110000 11011001 1110010 10011 0 101111 1111 1010100 111010 1000001

Color Harmonies of #B0D972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D972

Black with #B0D972

Text Example


Text Example

White with #B0D972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D972; }

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

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

background-color css

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

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

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

border-color css

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

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

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