Html Css Color HEX #B0D68F Feijoa

📋 copy color: '#B0D68F'

red 176 ◦ green 214 ◦ blue 143

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

Shades of Feijoa #B0D68F

Tints of Feijoa #B0D68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.83%

R = 33.02%
G = 40.15%
B = 26.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#B0D68F (or 0xB0D68F) is known color: Feijoa. HEX triplet: B0, D6 and 8F. RGB value is (176,214,143). Sum of RGB (Red+Green+Blue) = 176+214+143=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D68F is #4F2970. Grayscale: #C2C2C2. Windows color (decimal): -5187953 or 9426608. OLE color: 9426608.

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

Color convert

RGB 176 214 143 -
CMYK 0.18 0 0.33 0.16
HSL 92.11º 0.46% 0.7% -
HSV(B) 92.11º 0.33% 0.84% -
XYZ 46.91 59.31 34.96 -
YUV 194.54 98.91 114.77 -
System Red Green Blue C M Y K H S L
Decimal 176 214 143 0.18 0 0.33 0.16 92.11 0.46 0.7
Hex B0 D6 8F 12 0 21 10 5C 2E 46
Octal 260 326 217 22 0 41 20 134 56 106
Binary 10110000 11010110 10001111 10010 0 100001 10000 1011100 101110 1000110

Color Harmonies of #B0D68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D68F

Black with #B0D68F

Text Example


Text Example

White with #B0D68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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