Html Css Color HEX #B4AD7D Neutral Green

📋 copy color: '#B4AD7D'

red 180 ◦ green 173 ◦ blue 125

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

Shades of Neutral Green #B4AD7D

Tints of Neutral Green #B4AD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.15%

R = 37.66%
G = 36.19%
B = 26.15%

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

#B4AD7D (or 0xB4AD7D) is known color: Neutral Green. HEX triplet: B4, AD and 7D. RGB value is (180,173,125). Sum of RGB (Red+Green+Blue) = 180+173+125=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD7D is #4B5282. Grayscale: #A9A9A9. Windows color (decimal): -4936323 or 8236468. OLE color: 8236468.

HSL color Cylindrical-coordinate representation of color #B4AD7D: hue angle of 52.36º 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 #B4AD7D is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 125 -
CMYK 0 0.04 0.31 0.29
HSL 52.36º 0.27% 0.6% -
HSV(B) 52.36º 0.31% 0.71% -
XYZ 37.47 41.07 25.35 -
YUV 169.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 180 173 125 0 0.04 0.31 0.29 52.36 0.27 0.6
Hex B4 AD 7D 0 4 1F 1D 34 1B 3C
Octal 264 255 175 0 4 37 35 64 33 74
Binary 10110100 10101101 1111101 0 100 11111 11101 110100 11011 111100

Color Harmonies of #B4AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD7D

Black with #B4AD7D

Text Example


Text Example

White with #B4AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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