Html Css Color HEX #B4AB7D Neutral Green

📋 copy color: '#B4AB7D'

red 180 ◦ green 171 ◦ blue 125

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

Shades of Neutral Green #B4AB7D

Tints of Neutral Green #B4AB7D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.92%

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

R = 37.82%
G = 35.92%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4AB7D (or 0xB4AB7D) is known color: Neutral Green. HEX triplet: B4, AB and 7D. RGB value is (180,171,125). Sum of RGB (Red+Green+Blue) = 180+171+125=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB7D is #4B5482. Grayscale: #A8A8A8. Windows color (decimal): -4936835 or 8235956. OLE color: 8235956.

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

Color convert

RGB 180 171 125 -
CMYK 0 0.05 0.31 0.29
HSL 50.18º 0.27% 0.6% -
HSV(B) 50.18º 0.31% 0.71% -
XYZ 37.09 40.31 25.23 -
YUV 168.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 180 171 125 0 0.05 0.31 0.29 50.18 0.27 0.6
Hex B4 AB 7D 0 5 1F 1D 32 1B 3C
Octal 264 253 175 0 5 37 35 62 33 74
Binary 10110100 10101011 1111101 0 101 11111 11101 110010 11011 111100

Color Harmonies of #B4AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AB7D

Black with #B4AB7D

Text Example


Text Example

White with #B4AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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