Html Css Color HEX #B4BD7F Pine Glade

📋 copy color: '#B4BD7F'

red 180 ◦ green 189 ◦ blue 127

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

Shades of Pine Glade #B4BD7F

Tints of Pine Glade #B4BD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.6%

R = 36.29%
G = 38.1%
B = 25.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#B4BD7F (or 0xB4BD7F) is known color: Pine Glade. HEX triplet: B4, BD and 7F. RGB value is (180,189,127). Sum of RGB (Red+Green+Blue) = 180+189+127=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BD7F is #4B4280. Grayscale: #B3B3B3. Windows color (decimal): -4932225 or 8371636. OLE color: 8371636.

HSL color Cylindrical-coordinate representation of color #B4BD7F: hue angle of 68.71º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4BD7F is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 189 127 -
CMYK 0.05 0 0.33 0.26
HSL 68.71º 0.32% 0.62% -
HSV(B) 68.71º 0.33% 0.74% -
XYZ 40.85 47.63 27.12 -
YUV 179.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 180 189 127 0.05 0 0.33 0.26 68.71 0.32 0.62
Hex B4 BD 7F 5 0 21 1A 45 20 3E
Octal 264 275 177 5 0 41 32 105 40 76
Binary 10110100 10111101 1111111 101 0 100001 11010 1000101 100000 111110

Color Harmonies of #B4BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD7F

Black with #B4BD7F

Text Example


Text Example

White with #B4BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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