Html Css Color HEX #B1D68B Feijoa

📋 copy color: '#B1D68B'

red 177 ◦ green 214 ◦ blue 139

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

Shades of Feijoa #B1D68B

Tints of Feijoa #B1D68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.23%

R = 33.4%
G = 40.38%
B = 26.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#B1D68B (or 0xB1D68B) is known color: Feijoa. HEX triplet: B1, D6 and 8B. RGB value is (177,214,139). Sum of RGB (Red+Green+Blue) = 177+214+139=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D68B is #4E2974. Grayscale: #C2C2C2. Windows color (decimal): -5122421 or 9164465. OLE color: 9164465.

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

Color convert

RGB 177 214 139 -
CMYK 0.17 0 0.35 0.16
HSL 89.6º 0.48% 0.69% -
HSV(B) 89.6º 0.35% 0.84% -
XYZ 46.84 59.3 33.4 -
YUV 194.39 96.74 115.6 -
System Red Green Blue C M Y K H S L
Decimal 177 214 139 0.17 0 0.35 0.16 89.6 0.48 0.69
Hex B1 D6 8B 11 0 23 10 5A 30 45
Octal 261 326 213 21 0 43 20 132 60 105
Binary 10110001 11010110 10001011 10001 0 100011 10000 1011010 110000 1000101

Color Harmonies of #B1D68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D68B

Black with #B1D68B

Text Example


Text Example

White with #B1D68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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