Html Css Color HEX #B0D684 Feijoa

📋 copy color: '#B0D684'

red 176 ◦ green 214 ◦ blue 132

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

Shades of Feijoa #B0D684

Tints of Feijoa #B0D684

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41%

 BLUE value IS 132 (51.95% from 255) = 25.29%

R = 33.72%
G = 41%
B = 25.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#B0D684 (or 0xB0D684) is known color: Feijoa. HEX triplet: B0, D6 and 84. RGB value is (176,214,132). Sum of RGB (Red+Green+Blue) = 176+214+132=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D684 is #4F297B. Grayscale: #C1C1C1. Windows color (decimal): -5187964 or 8705712. OLE color: 8705712.

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

Color convert

RGB 176 214 132 -
CMYK 0.18 0 0.38 0.16
HSL 87.8º 0.5% 0.68% -
HSV(B) 87.8º 0.38% 0.84% -
XYZ 46.12 58.99 30.79 -
YUV 193.29 93.41 115.67 -
System Red Green Blue C M Y K H S L
Decimal 176 214 132 0.18 0 0.38 0.16 87.8 0.5 0.68
Hex B0 D6 84 12 0 26 10 58 32 44
Octal 260 326 204 22 0 46 20 130 62 104
Binary 10110000 11010110 10000100 10010 0 100110 10000 1011000 110010 1000100

Color Harmonies of #B0D684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D684

Black with #B0D684

Text Example


Text Example

White with #B0D684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D684; }

 p { color: rgb(176,214,132); }

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

background-color css

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

 a { background-color: rgb(176,214,132); }

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

border-color css

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

 span { border-color: rgb(176,214,132); }

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