Html Css Color HEX #B1BA72 Pine Glade

📋 copy color: '#B1BA72'

red 177 ◦ green 186 ◦ blue 114

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

Shades of Pine Glade #B1BA72

Tints of Pine Glade #B1BA72

RGB

 RED value IS 177 (69.53% from 255) = 37.11%

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

 BLUE value IS 114 (44.92% from 255) = 23.9%

R = 37.11%
G = 38.99%
B = 23.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B1BA72 (or 0xB1BA72) is known color: Pine Glade. HEX triplet: B1, BA and 72. RGB value is (177,186,114). Sum of RGB (Red+Green+Blue) = 177+186+114=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA72 is #4E458D. Grayscale: #AFAFAF. Windows color (decimal): -5129614 or 7518897. OLE color: 7518897.

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

Color convert

RGB 177 186 114 -
CMYK 0.05 0 0.39 0.27
HSL 67.5º 0.34% 0.59% -
HSV(B) 67.5º 0.39% 0.73% -
XYZ 38.73 45.68 22.7 -
YUV 175.1 93.52 129.35 -
System Red Green Blue C M Y K H S L
Decimal 177 186 114 0.05 0 0.39 0.27 67.5 0.34 0.59
Hex B1 BA 72 5 0 27 1B 44 22 3B
Octal 261 272 162 5 0 47 33 104 42 73
Binary 10110001 10111010 1110010 101 0 100111 11011 1000100 100010 111011

Color Harmonies of #B1BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA72

Black with #B1BA72

Text Example


Text Example

White with #B1BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA72; }

 p { color: rgb(177,186,114); }

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

background-color css

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

 a { background-color: rgb(177,186,114); }

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

border-color css

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

 span { border-color: rgb(177,186,114); }

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