Html Css Color HEX #B4BC83 Pine Glade

📋 copy color: '#B4BC83'

red 180 ◦ green 188 ◦ blue 131

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

Shades of Pine Glade #B4BC83

Tints of Pine Glade #B4BC83

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.68%

 BLUE value IS 131 (51.56% from 255) = 26.25%

R = 36.07%
G = 37.68%
B = 26.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#B4BC83 (or 0xB4BC83) is known color: Pine Glade. HEX triplet: B4, BC and 83. RGB value is (180,188,131). Sum of RGB (Red+Green+Blue) = 180+188+131=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BC83 is #4B437C. Grayscale: #B3B3B3. Windows color (decimal): -4932477 or 8633524. OLE color: 8633524.

HSL color Cylindrical-coordinate representation of color #B4BC83: hue angle of 68.42º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4BC83 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 188 131 -
CMYK 0.04 0 0.30 0.26
HSL 68.42º 0.3% 0.63% -
HSV(B) 68.42º 0.3% 0.74% -
XYZ 40.9 47.31 28.45 -
YUV 179.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 180 188 131 0.04 0 0.30 0.26 68.42 0.3 0.63
Hex B4 BC 83 4 0 1E 1A 44 1E 3F
Octal 264 274 203 4 0 36 32 104 36 77
Binary 10110100 10111100 10000011 100 0 11110 11010 1000100 11110 111111

Color Harmonies of #B4BC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BC83

Black with #B4BC83

Text Example


Text Example

White with #B4BC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BC83; }

 p { color: rgb(180,188,131); }

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

background-color css

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

 a { background-color: rgb(180,188,131); }

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

border-color css

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

 span { border-color: rgb(180,188,131); }

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