Html Css Color HEX #B7BA75 Pine Glade

📋 copy color: '#B7BA75'

red 183 ◦ green 186 ◦ blue 117

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

Shades of Pine Glade #B7BA75

Tints of Pine Glade #B7BA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.07%

R = 37.65%
G = 38.27%
B = 24.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B7BA75 (or 0xB7BA75) is known color: Pine Glade. HEX triplet: B7, BA and 75. RGB value is (183,186,117). Sum of RGB (Red+Green+Blue) = 183+186+117=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BA75 is #48458A. Grayscale: #B1B1B1. Windows color (decimal): -4736395 or 7715511. OLE color: 7715511.

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

Color convert

RGB 183 186 117 -
CMYK 0.02 0 0.37 0.27
HSL 62.61º 0.33% 0.59% -
HSV(B) 62.61º 0.37% 0.73% -
XYZ 40.3 46.47 23.68 -
YUV 177.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 183 186 117 0.02 0 0.37 0.27 62.61 0.33 0.59
Hex B7 BA 75 2 0 25 1B 3F 21 3B
Octal 267 272 165 2 0 45 33 77 41 73
Binary 10110111 10111010 1110101 10 0 100101 11011 111111 100001 111011

Color Harmonies of #B7BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BA75

Black with #B7BA75

Text Example


Text Example

White with #B7BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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