Html Css Color HEX #B4BC72 Pine Glade

📋 copy color: '#B4BC72'

red 180 ◦ green 188 ◦ blue 114

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

Shades of Pine Glade #B4BC72

Tints of Pine Glade #B4BC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 37.34%
G = 39%
B = 23.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#B4BC72 (or 0xB4BC72) is known color: Pine Glade. HEX triplet: B4, BC and 72. RGB value is (180,188,114). Sum of RGB (Red+Green+Blue) = 180+188+114=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BC72 is #4B438D. Grayscale: #B1B1B1. Windows color (decimal): -4932494 or 7519412. OLE color: 7519412.

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

Color convert

RGB 180 188 114 -
CMYK 0.04 0 0.39 0.26
HSL 66.49º 0.36% 0.59% -
HSV(B) 66.49º 0.39% 0.74% -
XYZ 39.84 46.88 22.87 -
YUV 177.17 92.35 130.02 -
System Red Green Blue C M Y K H S L
Decimal 180 188 114 0.04 0 0.39 0.26 66.49 0.36 0.59
Hex B4 BC 72 4 0 27 1A 42 24 3B
Octal 264 274 162 4 0 47 32 102 44 73
Binary 10110100 10111100 1110010 100 0 100111 11010 1000010 100100 111011

Color Harmonies of #B4BC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BC72

Black with #B4BC72

Text Example


Text Example

White with #B4BC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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