Html Css Color HEX #B4AD7C Neutral Green

📋 copy color: '#B4AD7C'

red 180 ◦ green 173 ◦ blue 124

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

Shades of Neutral Green #B4AD7C

Tints of Neutral Green #B4AD7C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.27%

 BLUE value IS 124 (48.83% from 255) = 26%

R = 37.74%
G = 36.27%
B = 26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4AD7C (or 0xB4AD7C) is known color: Neutral Green. HEX triplet: B4, AD and 7C. RGB value is (180,173,124). Sum of RGB (Red+Green+Blue) = 180+173+124=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD7C is #4B5283. Grayscale: #A9A9A9. Windows color (decimal): -4936324 or 8170932. OLE color: 8170932.

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

Color convert

RGB 180 173 124 -
CMYK 0 0.04 0.31 0.29
HSL 52.5º 0.27% 0.6% -
HSV(B) 52.5º 0.31% 0.71% -
XYZ 37.4 41.05 25.02 -
YUV 169.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 180 173 124 0 0.04 0.31 0.29 52.5 0.27 0.6
Hex B4 AD 7C 0 4 1F 1D 34 1B 3C
Octal 264 255 174 0 4 37 35 64 33 74
Binary 10110100 10101101 1111100 0 100 11111 11101 110100 11011 111100

Color Harmonies of #B4AD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD7C

Black with #B4AD7C

Text Example


Text Example

White with #B4AD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD7C; }

 p { color: rgb(180,173,124); }

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

background-color css

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

 a { background-color: rgb(180,173,124); }

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

border-color css

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

 span { border-color: rgb(180,173,124); }

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