Html Css Color HEX #B4AB7B Neutral Green

📋 copy color: '#B4AB7B'

red 180 ◦ green 171 ◦ blue 123

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

Shades of Neutral Green #B4AB7B

Tints of Neutral Green #B4AB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.95%

R = 37.97%
G = 36.08%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4AB7B (or 0xB4AB7B) is known color: Neutral Green. HEX triplet: B4, AB and 7B. RGB value is (180,171,123). Sum of RGB (Red+Green+Blue) = 180+171+123=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB7B is #4B5484. Grayscale: #A8A8A8. Windows color (decimal): -4936837 or 8104884. OLE color: 8104884.

HSL color Cylindrical-coordinate representation of color #B4AB7B: hue angle of 50.53º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4AB7B is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 171 123 -
CMYK 0 0.05 0.32 0.29
HSL 50.53º 0.28% 0.59% -
HSV(B) 50.53º 0.32% 0.71% -
XYZ 36.96 40.26 24.56 -
YUV 168.22 102.48 136.4 -
System Red Green Blue C M Y K H S L
Decimal 180 171 123 0 0.05 0.32 0.29 50.53 0.28 0.59
Hex B4 AB 7B 0 5 20 1D 33 1C 3B
Octal 264 253 173 0 5 40 35 63 34 73
Binary 10110100 10101011 1111011 0 101 100000 11101 110011 11100 111011

Color Harmonies of #B4AB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AB7B

Black with #B4AB7B

Text Example


Text Example

White with #B4AB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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