Html Css Color HEX #B4BD72 Pine Glade

📋 copy color: '#B4BD72'

red 180 ◦ green 189 ◦ blue 114

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

Shades of Pine Glade #B4BD72

Tints of Pine Glade #B4BD72

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.13%

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

R = 37.27%
G = 39.13%
B = 23.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#B4BD72 (or 0xB4BD72) is known color: Pine Glade. HEX triplet: B4, BD and 72. RGB value is (180,189,114). Sum of RGB (Red+Green+Blue) = 180+189+114=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BD72 is #4B428D. Grayscale: #B2B2B2. Windows color (decimal): -4932238 or 7519668. OLE color: 7519668.

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

Color convert

RGB 180 189 114 -
CMYK 0.05 0 0.40 0.26
HSL 67.2º 0.36% 0.59% -
HSV(B) 67.2º 0.4% 0.74% -
XYZ 40.06 47.31 22.94 -
YUV 177.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 180 189 114 0.05 0 0.40 0.26 67.2 0.36 0.59
Hex B4 BD 72 5 0 28 1A 43 24 3B
Octal 264 275 162 5 0 50 32 103 44 73
Binary 10110100 10111101 1110010 101 0 101000 11010 1000011 100100 111011

Color Harmonies of #B4BD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD72

Black with #B4BD72

Text Example


Text Example

White with #B4BD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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