Html Css Color HEX #B5BB8A Pine Glade

📋 copy color: '#B5BB8A'

red 181 ◦ green 187 ◦ blue 138

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

Shades of Pine Glade #B5BB8A

Tints of Pine Glade #B5BB8A

RGB

 RED value IS 181 (71.09% from 255) = 35.77%

 GREEN value IS 187 (73.44% from 255) = 36.96%

 BLUE value IS 138 (54.3% from 255) = 27.27%

R = 35.77%
G = 36.96%
B = 27.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B5BB8A (or 0xB5BB8A) is known color: Pine Glade. HEX triplet: B5, BB and 8A. RGB value is (181,187,138). Sum of RGB (Red+Green+Blue) = 181+187+138=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BB8A is #4A4475. Grayscale: #B3B3B3. Windows color (decimal): -4867190 or 9092021. OLE color: 9092021.

HSL color Cylindrical-coordinate representation of color #B5BB8A: hue angle of 67.35º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5BB8A is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 187 138 -
CMYK 0.03 0 0.26 0.27
HSL 67.35º 0.26% 0.64% -
HSV(B) 67.35º 0.26% 0.73% -
XYZ 41.41 47.2 30.97 -
YUV 179.62 104.51 128.98 -
System Red Green Blue C M Y K H S L
Decimal 181 187 138 0.03 0 0.26 0.27 67.35 0.26 0.64
Hex B5 BB 8A 3 0 1A 1B 43 1A 40
Octal 265 273 212 3 0 32 33 103 32 100
Binary 10110101 10111011 10001010 11 0 11010 11011 1000011 11010 1000000

Color Harmonies of #B5BB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BB8A

Black with #B5BB8A

Text Example


Text Example

White with #B5BB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BB8A; }

 p { color: rgb(181,187,138); }

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

background-color css

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

 a { background-color: rgb(181,187,138); }

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

border-color css

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

 span { border-color: rgb(181,187,138); }

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