Html Css Color HEX #B1D68D Feijoa

📋 copy color: '#B1D68D'

red 177 ◦ green 214 ◦ blue 141

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

Shades of Feijoa #B1D68D

Tints of Feijoa #B1D68D

RGB

 RED value IS 177 (69.53% from 255) = 33.27%

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

 BLUE value IS 141 (55.47% from 255) = 26.5%

R = 33.27%
G = 40.23%
B = 26.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#B1D68D (or 0xB1D68D) is known color: Feijoa. HEX triplet: B1, D6 and 8D. RGB value is (177,214,141). Sum of RGB (Red+Green+Blue) = 177+214+141=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D68D is #4E2972. Grayscale: #C2C2C2. Windows color (decimal): -5122419 or 9295537. OLE color: 9295537.

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

Color convert

RGB 177 214 141 -
CMYK 0.17 0 0.34 0.16
HSL 90.41º 0.47% 0.7% -
HSV(B) 90.41º 0.34% 0.84% -
XYZ 46.99 59.36 34.18 -
YUV 194.62 97.74 115.44 -
System Red Green Blue C M Y K H S L
Decimal 177 214 141 0.17 0 0.34 0.16 90.41 0.47 0.7
Hex B1 D6 8D 11 0 22 10 5A 2F 46
Octal 261 326 215 21 0 42 20 132 57 106
Binary 10110001 11010110 10001101 10001 0 100010 10000 1011010 101111 1000110

Color Harmonies of #B1D68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D68D

Black with #B1D68D

Text Example


Text Example

White with #B1D68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D68D; }

 p { color: rgb(177,214,141); }

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

background-color css

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

 a { background-color: rgb(177,214,141); }

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

border-color css

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

 span { border-color: rgb(177,214,141); }

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