Html Css Color HEX #B1BD6F Pine Glade

📋 copy color: '#B1BD6F'

red 177 ◦ green 189 ◦ blue 111

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

Shades of Pine Glade #B1BD6F

Tints of Pine Glade #B1BD6F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.62%

 BLUE value IS 111 (43.75% from 255) = 23.27%

R = 37.11%
G = 39.62%
B = 23.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#B1BD6F (or 0xB1BD6F) is known color: Pine Glade. HEX triplet: B1, BD and 6F. RGB value is (177,189,111). Sum of RGB (Red+Green+Blue) = 177+189+111=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BD6F is #4E4290. Grayscale: #B0B0B0. Windows color (decimal): -5128849 or 7323057. OLE color: 7323057.

HSL color Cylindrical-coordinate representation of color #B1BD6F: hue angle of 69.23º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1BD6F is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 189 111 -
CMYK 0.06 0 0.41 0.26
HSL 69.23º 0.37% 0.59% -
HSV(B) 69.23º 0.41% 0.74% -
XYZ 39.2 46.89 22.02 -
YUV 176.52 91.02 128.34 -
System Red Green Blue C M Y K H S L
Decimal 177 189 111 0.06 0 0.41 0.26 69.23 0.37 0.59
Hex B1 BD 6F 6 0 29 1A 45 25 3B
Octal 261 275 157 6 0 51 32 105 45 73
Binary 10110001 10111101 1101111 110 0 101001 11010 1000101 100101 111011

Color Harmonies of #B1BD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD6F

Black with #B1BD6F

Text Example


Text Example

White with #B1BD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD6F; }

 p { color: rgb(177,189,111); }

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

background-color css

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

 a { background-color: rgb(177,189,111); }

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

border-color css

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

 span { border-color: rgb(177,189,111); }

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