Html Css Color HEX #B0D282 Feijoa

📋 copy color: '#B0D282'

red 176 ◦ green 210 ◦ blue 130

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

Shades of Feijoa #B0D282

Tints of Feijoa #B0D282

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.7%

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

R = 34.11%
G = 40.7%
B = 25.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#B0D282 (or 0xB0D282) is known color: Feijoa. HEX triplet: B0, D2 and 82. RGB value is (176,210,130). Sum of RGB (Red+Green+Blue) = 176+210+130=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D282 is #4F2D7D. Grayscale: #BFBFBF. Windows color (decimal): -5188990 or 8573616. OLE color: 8573616.

HSL color Cylindrical-coordinate representation of color #B0D282: hue angle of 85.5º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0D282 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 210 130 -
CMYK 0.16 0 0.38 0.18
HSL 85.5º 0.47% 0.67% -
HSV(B) 85.5º 0.38% 0.82% -
XYZ 44.98 56.93 29.74 -
YUV 190.71 93.74 117.5 -
System Red Green Blue C M Y K H S L
Decimal 176 210 130 0.16 0 0.38 0.18 85.5 0.47 0.67
Hex B0 D2 82 10 0 26 12 56 2F 43
Octal 260 322 202 20 0 46 22 126 57 103
Binary 10110000 11010010 10000010 10000 0 100110 10010 1010110 101111 1000011

Color Harmonies of #B0D282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D282

Black with #B0D282

Text Example


Text Example

White with #B0D282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D282; }

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

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

background-color css

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

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

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

border-color css

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

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

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