Html Css Color HEX #B9BD73 Pine Glade

📋 copy color: '#B9BD73'

red 185 ◦ green 189 ◦ blue 115

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

Shades of Pine Glade #B9BD73

Tints of Pine Glade #B9BD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.65%

 BLUE value IS 115 (45.31% from 255) = 23.52%

R = 37.83%
G = 38.65%
B = 23.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#B9BD73 (or 0xB9BD73) is known color: Pine Glade. HEX triplet: B9, BD and 73. RGB value is (185,189,115). Sum of RGB (Red+Green+Blue) = 185+189+115=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD73 is #46428C. Grayscale: #B3B3B3. Windows color (decimal): -4604557 or 7585209. OLE color: 7585209.

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

Color convert

RGB 185 189 115 -
CMYK 0.02 0 0.39 0.26
HSL 63.24º 0.36% 0.6% -
HSV(B) 63.24º 0.39% 0.74% -
XYZ 41.3 47.95 23.3 -
YUV 179.37 91.67 132.02 -
System Red Green Blue C M Y K H S L
Decimal 185 189 115 0.02 0 0.39 0.26 63.24 0.36 0.6
Hex B9 BD 73 2 0 27 1A 3F 24 3C
Octal 271 275 163 2 0 47 32 77 44 74
Binary 10111001 10111101 1110011 10 0 100111 11010 111111 100100 111100

Color Harmonies of #B9BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD73

Black with #B9BD73

Text Example


Text Example

White with #B9BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD73; }

 p { color: rgb(185,189,115); }

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

background-color css

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

 a { background-color: rgb(185,189,115); }

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

border-color css

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

 span { border-color: rgb(185,189,115); }

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