Html Css Color HEX #B1D67B Feijoa

📋 copy color: '#B1D67B'

red 177 ◦ green 214 ◦ blue 123

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

Shades of Feijoa #B1D67B

Tints of Feijoa #B1D67B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.93%

R = 34.44%
G = 41.63%
B = 23.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#B1D67B (or 0xB1D67B) is known color: Feijoa. HEX triplet: B1, D6 and 7B. RGB value is (177,214,123). Sum of RGB (Red+Green+Blue) = 177+214+123=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D67B is #4E2984. Grayscale: #C0C0C0. Windows color (decimal): -5122437 or 8115889. OLE color: 8115889.

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

Color convert

RGB 177 214 123 -
CMYK 0.17 0 0.43 0.16
HSL 84.4º 0.53% 0.66% -
HSV(B) 84.4º 0.43% 0.84% -
XYZ 45.75 58.87 27.69 -
YUV 192.56 88.74 116.9 -
System Red Green Blue C M Y K H S L
Decimal 177 214 123 0.17 0 0.43 0.16 84.4 0.53 0.66
Hex B1 D6 7B 11 0 2B 10 54 35 42
Octal 261 326 173 21 0 53 20 124 65 102
Binary 10110001 11010110 1111011 10001 0 101011 10000 1010100 110101 1000010

Color Harmonies of #B1D67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D67B

Black with #B1D67B

Text Example


Text Example

White with #B1D67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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