Html Css Color HEX #B2D689 Feijoa

📋 copy color: '#B2D689'

red 178 ◦ green 214 ◦ blue 137

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

Shades of Feijoa #B2D689

Tints of Feijoa #B2D689

RGB

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

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

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

R = 33.65%
G = 40.45%
B = 25.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#B2D689 (or 0xB2D689) is known color: Feijoa. HEX triplet: B2, D6 and 89. RGB value is (178,214,137). Sum of RGB (Red+Green+Blue) = 178+214+137=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D689 is #4D2976. Grayscale: #C2C2C2. Windows color (decimal): -5056887 or 9033394. OLE color: 9033394.

HSL color Cylindrical-coordinate representation of color #B2D689: hue angle of 88.05º 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 #B2D689 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 214 137 -
CMYK 0.17 0 0.36 0.16
HSL 88.05º 0.48% 0.69% -
HSV(B) 88.05º 0.36% 0.84% -
XYZ 46.92 59.36 32.65 -
YUV 194.46 95.57 116.26 -
System Red Green Blue C M Y K H S L
Decimal 178 214 137 0.17 0 0.36 0.16 88.05 0.48 0.69
Hex B2 D6 89 11 0 24 10 58 30 45
Octal 262 326 211 21 0 44 20 130 60 105
Binary 10110010 11010110 10001001 10001 0 100100 10000 1011000 110000 1000101

Color Harmonies of #B2D689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D689

Black with #B2D689

Text Example


Text Example

White with #B2D689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D689; }

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

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

background-color css

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

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

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

border-color css

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

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

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