Html Css Color HEX #B0B681 Pine Glade

📋 copy color: '#B0B681'

red 176 ◦ green 182 ◦ blue 129

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

Shades of Pine Glade #B0B681

Tints of Pine Glade #B0B681

RGB

 RED value IS 176 (69.14% from 255) = 36.14%

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

 BLUE value IS 129 (50.78% from 255) = 26.49%

R = 36.14%
G = 37.37%
B = 26.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B0B681 (or 0xB0B681) is known color: Pine Glade. HEX triplet: B0, B6 and 81. RGB value is (176,182,129). Sum of RGB (Red+Green+Blue) = 176+182+129=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B681 is #4F497E. Grayscale: #AEAEAE. Windows color (decimal): -5196159 or 8500912. OLE color: 8500912.

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

Color convert

RGB 176 182 129 -
CMYK 0.03 0 0.29 0.29
HSL 66.79º 0.27% 0.61% -
HSV(B) 66.79º 0.29% 0.71% -
XYZ 38.59 44.27 27.28 -
YUV 174.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 176 182 129 0.03 0 0.29 0.29 66.79 0.27 0.61
Hex B0 B6 81 3 0 1D 1D 43 1B 3D
Octal 260 266 201 3 0 35 35 103 33 75
Binary 10110000 10110110 10000001 11 0 11101 11101 1000011 11011 111101

Color Harmonies of #B0B681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B681

Black with #B0B681

Text Example


Text Example

White with #B0B681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B681; }

 p { color: rgb(176,182,129); }

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

background-color css

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

 a { background-color: rgb(176,182,129); }

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

border-color css

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

 span { border-color: rgb(176,182,129); }

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