Html Css Color HEX #B2B674 Pine Glade

📋 copy color: '#B2B674'

red 178 ◦ green 182 ◦ blue 116

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

Shades of Pine Glade #B2B674

Tints of Pine Glade #B2B674

RGB

 RED value IS 178 (69.92% from 255) = 37.39%

 GREEN value IS 182 (71.48% from 255) = 38.24%

 BLUE value IS 116 (45.7% from 255) = 24.37%

R = 37.39%
G = 38.24%
B = 24.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B2B674 (or 0xB2B674) is known color: Pine Glade. HEX triplet: B2, B6 and 74. RGB value is (178,182,116). Sum of RGB (Red+Green+Blue) = 178+182+116=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B674 is #4D498B. Grayscale: #ADADAD. Windows color (decimal): -5065100 or 7648946. OLE color: 7648946.

HSL color Cylindrical-coordinate representation of color #B2B674: hue angle of 63.64º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2B674 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 182 116 -
CMYK 0.02 0 0.36 0.29
HSL 63.64º 0.31% 0.58% -
HSV(B) 63.64º 0.36% 0.71% -
XYZ 38.24 44.18 23.04 -
YUV 173.28 95.67 131.37 -
System Red Green Blue C M Y K H S L
Decimal 178 182 116 0.02 0 0.36 0.29 63.64 0.31 0.58
Hex B2 B6 74 2 0 24 1D 40 1F 3A
Octal 262 266 164 2 0 44 35 100 37 72
Binary 10110010 10110110 1110100 10 0 100100 11101 1000000 11111 111010

Color Harmonies of #B2B674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B674

Black with #B2B674

Text Example


Text Example

White with #B2B674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B674; }

 p { color: rgb(178,182,116); }

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

background-color css

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

 a { background-color: rgb(178,182,116); }

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

border-color css

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

 span { border-color: rgb(178,182,116); }

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