Html Css Color HEX #B2D973 Feijoa

📋 copy color: '#B2D973'

red 178 ◦ green 217 ◦ blue 115

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

Shades of Feijoa #B2D973

Tints of Feijoa #B2D973

RGB

 RED value IS 178 (69.92% from 255) = 34.9%

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

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

R = 34.9%
G = 42.55%
B = 22.55%

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

#B2D973 (or 0xB2D973) is known color: Feijoa. HEX triplet: B2, D9 and 73. RGB value is (178,217,115). Sum of RGB (Red+Green+Blue) = 178+217+115=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D973 is #4D268C. Grayscale: #C2C2C2. Windows color (decimal): -5056141 or 7592370. OLE color: 7592370.

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

Color convert

RGB 178 217 115 -
CMYK 0.18 0 0.47 0.15
HSL 82.94º 0.57% 0.65% -
HSV(B) 82.94º 0.47% 0.85% -
XYZ 46.27 60.33 25.43 -
YUV 193.71 83.58 116.79 -
System Red Green Blue C M Y K H S L
Decimal 178 217 115 0.18 0 0.47 0.15 82.94 0.57 0.65
Hex B2 D9 73 12 0 2F F 53 39 41
Octal 262 331 163 22 0 57 17 123 71 101
Binary 10110010 11011001 1110011 10010 0 101111 1111 1010011 111001 1000001

Color Harmonies of #B2D973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D973

Black with #B2D973

Text Example


Text Example

White with #B2D973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D973; }

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

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

background-color css

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

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

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

border-color css

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

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

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