Html Css Color HEX #B9BC7F Pine Glade

📋 copy color: '#B9BC7F'

red 185 ◦ green 188 ◦ blue 127

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

Shades of Pine Glade #B9BC7F

Tints of Pine Glade #B9BC7F

RGB

 RED value IS 185 (72.66% from 255) = 37%

 GREEN value IS 188 (73.83% from 255) = 37.6%

 BLUE value IS 127 (50% from 255) = 25.4%

R = 37%
G = 37.6%
B = 25.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#B9BC7F (or 0xB9BC7F) is known color: Pine Glade. HEX triplet: B9, BC and 7F. RGB value is (185,188,127). Sum of RGB (Red+Green+Blue) = 185+188+127=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BC7F is #464380. Grayscale: #B4B4B4. Windows color (decimal): -4604801 or 8371385. OLE color: 8371385.

HSL color Cylindrical-coordinate representation of color #B9BC7F: hue angle of 62.95º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9BC7F is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 188 127 -
CMYK 0.02 0 0.32 0.26
HSL 62.95º 0.31% 0.62% -
HSV(B) 62.95º 0.32% 0.74% -
XYZ 41.82 47.81 27.1 -
YUV 180.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 185 188 127 0.02 0 0.32 0.26 62.95 0.31 0.62
Hex B9 BC 7F 2 0 20 1A 3F 1F 3E
Octal 271 274 177 2 0 40 32 77 37 76
Binary 10111001 10111100 1111111 10 0 100000 11010 111111 11111 111110

Color Harmonies of #B9BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BC7F

Black with #B9BC7F

Text Example


Text Example

White with #B9BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BC7F; }

 p { color: rgb(185,188,127); }

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

background-color css

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

 a { background-color: rgb(185,188,127); }

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

border-color css

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

 span { border-color: rgb(185,188,127); }

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