Html Css Color HEX #B7BA7E Pine Glade

📋 copy color: '#B7BA7E'

red 183 ◦ green 186 ◦ blue 126

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

Shades of Pine Glade #B7BA7E

Tints of Pine Glade #B7BA7E

RGB

 RED value IS 183 (71.88% from 255) = 36.97%

 GREEN value IS 186 (73.05% from 255) = 37.58%

 BLUE value IS 126 (49.61% from 255) = 25.45%

R = 36.97%
G = 37.58%
B = 25.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B7BA7E (or 0xB7BA7E) is known color: Pine Glade. HEX triplet: B7, BA and 7E. RGB value is (183,186,126). Sum of RGB (Red+Green+Blue) = 183+186+126=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BA7E is #484581. Grayscale: #B2B2B2. Windows color (decimal): -4736386 or 8305335. OLE color: 8305335.

HSL color Cylindrical-coordinate representation of color #B7BA7E: hue angle of 63º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7BA7E is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 186 126 -
CMYK 0.02 0 0.32 0.27
HSL 63º 0.3% 0.61% -
HSV(B) 63º 0.32% 0.73% -
XYZ 40.85 46.69 26.6 -
YUV 178.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 183 186 126 0.02 0 0.32 0.27 63 0.3 0.61
Hex B7 BA 7E 2 0 20 1B 3F 1E 3D
Octal 267 272 176 2 0 40 33 77 36 75
Binary 10110111 10111010 1111110 10 0 100000 11011 111111 11110 111101

Color Harmonies of #B7BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BA7E

Black with #B7BA7E

Text Example


Text Example

White with #B7BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BA7E; }

 p { color: rgb(183,186,126); }

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

background-color css

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

 a { background-color: rgb(183,186,126); }

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

border-color css

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

 span { border-color: rgb(183,186,126); }

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