Html Css Color HEX #B0D687 Feijoa

📋 copy color: '#B0D687'

red 176 ◦ green 214 ◦ blue 135

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

Shades of Feijoa #B0D687

Tints of Feijoa #B0D687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.71%

R = 33.52%
G = 40.76%
B = 25.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#B0D687 (or 0xB0D687) is known color: Feijoa. HEX triplet: B0, D6 and 87. RGB value is (176,214,135). Sum of RGB (Red+Green+Blue) = 176+214+135=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D687 is #4F2978. Grayscale: #C1C1C1. Windows color (decimal): -5187961 or 8902320. OLE color: 8902320.

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

Color convert

RGB 176 214 135 -
CMYK 0.18 0 0.37 0.16
HSL 88.86º 0.49% 0.68% -
HSV(B) 88.86º 0.37% 0.84% -
XYZ 46.32 59.07 31.88 -
YUV 193.63 94.91 115.42 -
System Red Green Blue C M Y K H S L
Decimal 176 214 135 0.18 0 0.37 0.16 88.86 0.49 0.68
Hex B0 D6 87 12 0 25 10 59 31 44
Octal 260 326 207 22 0 45 20 131 61 104
Binary 10110000 11010110 10000111 10010 0 100101 10000 1011001 110001 1000100

Color Harmonies of #B0D687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D687

Black with #B0D687

Text Example


Text Example

White with #B0D687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D687; }

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

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

background-color css

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

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

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

border-color css

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

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

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