Html Css Color HEX #B1BA75 Pine Glade

📋 copy color: '#B1BA75'

red 177 ◦ green 186 ◦ blue 117

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

Shades of Pine Glade #B1BA75

Tints of Pine Glade #B1BA75

RGB

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

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

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

R = 36.88%
G = 38.75%
B = 24.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B1BA75 (or 0xB1BA75) is known color: Pine Glade. HEX triplet: B1, BA and 75. RGB value is (177,186,117). Sum of RGB (Red+Green+Blue) = 177+186+117=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA75 is #4E458A. Grayscale: #AFAFAF. Windows color (decimal): -5129611 or 7715505. OLE color: 7715505.

HSL color Cylindrical-coordinate representation of color #B1BA75: hue angle of 67.83º 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 #B1BA75 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 186 117 -
CMYK 0.05 0 0.37 0.27
HSL 67.83º 0.33% 0.59% -
HSV(B) 67.83º 0.37% 0.73% -
XYZ 38.9 45.75 23.61 -
YUV 175.44 95.02 129.11 -
System Red Green Blue C M Y K H S L
Decimal 177 186 117 0.05 0 0.37 0.27 67.83 0.33 0.59
Hex B1 BA 75 5 0 25 1B 44 21 3B
Octal 261 272 165 5 0 45 33 104 41 73
Binary 10110001 10111010 1110101 101 0 100101 11011 1000100 100001 111011

Color Harmonies of #B1BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA75

Black with #B1BA75

Text Example


Text Example

White with #B1BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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