Html Css Color HEX #B4B98A Pine Glade

📋 copy color: '#B4B98A'

red 180 ◦ green 185 ◦ blue 138

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

Shades of Pine Glade #B4B98A

Tints of Pine Glade #B4B98A

RGB

 RED value IS 180 (70.7% from 255) = 35.79%

 GREEN value IS 185 (72.66% from 255) = 36.78%

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

R = 35.79%
G = 36.78%
B = 27.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B4B98A (or 0xB4B98A) is known color: Pine Glade. HEX triplet: B4, B9 and 8A. RGB value is (180,185,138). Sum of RGB (Red+Green+Blue) = 180+185+138=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B98A is #4B4675. Grayscale: #B2B2B2. Windows color (decimal): -4933238 or 9091508. OLE color: 9091508.

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

Color convert

RGB 180 185 138 -
CMYK 0.03 0 0.25 0.27
HSL 66.38º 0.25% 0.63% -
HSV(B) 66.38º 0.25% 0.73% -
XYZ 40.76 46.24 30.82 -
YUV 178.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 180 185 138 0.03 0 0.25 0.27 66.38 0.25 0.63
Hex B4 B9 8A 3 0 19 1B 42 19 3F
Octal 264 271 212 3 0 31 33 102 31 77
Binary 10110100 10111001 10001010 11 0 11001 11011 1000010 11001 111111

Color Harmonies of #B4B98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B98A

Black with #B4B98A

Text Example


Text Example

White with #B4B98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B98A; }

 p { color: rgb(180,185,138); }

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

background-color css

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

 a { background-color: rgb(180,185,138); }

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

border-color css

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

 span { border-color: rgb(180,185,138); }

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