Html Css Color HEX #B9C07F Pine Glade

📋 copy color: '#B9C07F'

red 185 ◦ green 192 ◦ blue 127

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

Shades of Pine Glade #B9C07F

Tints of Pine Glade #B9C07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.1%

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

R = 36.71%
G = 38.1%
B = 25.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#B9C07F (or 0xB9C07F) is known color: Pine Glade. HEX triplet: B9, C0 and 7F. RGB value is (185,192,127). Sum of RGB (Red+Green+Blue) = 185+192+127=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C07F is #463F80. Grayscale: #B6B6B6. Windows color (decimal): -4603777 or 8372409. OLE color: 8372409.

HSL color Cylindrical-coordinate representation of color #B9C07F: hue angle of 66.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9C07F is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 127 -
CMYK 0.04 0 0.34 0.25
HSL 66.46º 0.34% 0.63% -
HSV(B) 66.46º 0.34% 0.75% -
XYZ 42.69 49.55 27.39 -
YUV 182.5 96.68 129.79 -
System Red Green Blue C M Y K H S L
Decimal 185 192 127 0.04 0 0.34 0.25 66.46 0.34 0.63
Hex B9 C0 7F 4 0 22 19 42 22 3F
Octal 271 300 177 4 0 42 31 102 42 77
Binary 10111001 11000000 1111111 100 0 100010 11001 1000010 100010 111111

Color Harmonies of #B9C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C07F

Black with #B9C07F

Text Example


Text Example

White with #B9C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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