Html Css Color HEX #B0D982 Feijoa

📋 copy color: '#B0D982'

red 176 ◦ green 217 ◦ blue 130

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

Shades of Feijoa #B0D982

Tints of Feijoa #B0D982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.86%

R = 33.65%
G = 41.49%
B = 24.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#B0D982 (or 0xB0D982) is known color: Feijoa. HEX triplet: B0, D9 and 82. RGB value is (176,217,130). Sum of RGB (Red+Green+Blue) = 176+217+130=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D982 is #4F267D. Grayscale: #C3C3C3. Windows color (decimal): -5187198 or 8575408. OLE color: 8575408.

HSL color Cylindrical-coordinate representation of color #B0D982: hue angle of 88.28º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0D982 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 217 130 -
CMYK 0.19 0 0.40 0.15
HSL 88.28º 0.53% 0.68% -
HSV(B) 88.28º 0.4% 0.85% -
XYZ 46.75 60.47 30.33 -
YUV 194.82 91.42 114.57 -
System Red Green Blue C M Y K H S L
Decimal 176 217 130 0.19 0 0.40 0.15 88.28 0.53 0.68
Hex B0 D9 82 13 0 28 F 58 35 44
Octal 260 331 202 23 0 50 17 130 65 104
Binary 10110000 11011001 10000010 10011 0 101000 1111 1011000 110101 1000100

Color Harmonies of #B0D982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D982

Black with #B0D982

Text Example


Text Example

White with #B0D982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D982; }

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

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

background-color css

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

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

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

border-color css

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

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

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