Html Css Color HEX #B0D689 Feijoa

📋 copy color: '#B0D689'

red 176 ◦ green 214 ◦ blue 137

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

Shades of Feijoa #B0D689

Tints of Feijoa #B0D689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26%

R = 33.4%
G = 40.61%
B = 26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#B0D689 (or 0xB0D689) is known color: Feijoa. HEX triplet: B0, D6 and 89. RGB value is (176,214,137). Sum of RGB (Red+Green+Blue) = 176+214+137=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D689 is #4F2976. Grayscale: #C2C2C2. Windows color (decimal): -5187959 or 9033392. OLE color: 9033392.

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

Color convert

RGB 176 214 137 -
CMYK 0.18 0 0.36 0.16
HSL 89.61º 0.48% 0.69% -
HSV(B) 89.61º 0.36% 0.84% -
XYZ 46.47 59.13 32.63 -
YUV 193.86 95.91 115.26 -
System Red Green Blue C M Y K H S L
Decimal 176 214 137 0.18 0 0.36 0.16 89.61 0.48 0.69
Hex B0 D6 89 12 0 24 10 5A 30 45
Octal 260 326 211 22 0 44 20 132 60 105
Binary 10110000 11010110 10001001 10010 0 100100 10000 1011010 110000 1000101

Color Harmonies of #B0D689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D689

Black with #B0D689

Text Example


Text Example

White with #B0D689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D689; }

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

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

background-color css

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

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

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

border-color css

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

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

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