Html Css Color HEX #B9BA74 Pine Glade

📋 copy color: '#B9BA74'

red 185 ◦ green 186 ◦ blue 116

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

Shades of Pine Glade #B9BA74

Tints of Pine Glade #B9BA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 37.99%
G = 38.19%
B = 23.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B9BA74 (or 0xB9BA74) is known color: Pine Glade. HEX triplet: B9, BA and 74. RGB value is (185,186,116). Sum of RGB (Red+Green+Blue) = 185+186+116=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA74 is #46458B. Grayscale: #B2B2B2. Windows color (decimal): -4605324 or 7649977. OLE color: 7649977.

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

Color convert

RGB 185 186 116 -
CMYK 0.01 0 0.38 0.27
HSL 60.86º 0.34% 0.59% -
HSV(B) 60.86º 0.38% 0.73% -
XYZ 40.72 46.69 23.39 -
YUV 177.72 93.17 133.19 -
System Red Green Blue C M Y K H S L
Decimal 185 186 116 0.01 0 0.38 0.27 60.86 0.34 0.59
Hex B9 BA 74 1 0 26 1B 3D 22 3B
Octal 271 272 164 1 0 46 33 75 42 73
Binary 10111001 10111010 1110100 1 0 100110 11011 111101 100010 111011

Color Harmonies of #B9BA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA74

Black with #B9BA74

Text Example


Text Example

White with #B9BA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA74; }

 p { color: rgb(185,186,116); }

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

background-color css

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

 a { background-color: rgb(185,186,116); }

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

border-color css

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

 span { border-color: rgb(185,186,116); }

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