Html Css Color HEX #B5AF7A Neutral Green

📋 copy color: '#B5AF7A'

red 181 ◦ green 175 ◦ blue 122

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

Shades of Neutral Green #B5AF7A

Tints of Neutral Green #B5AF7A

RGB

 RED value IS 181 (71.09% from 255) = 37.87%

 GREEN value IS 175 (68.75% from 255) = 36.61%

 BLUE value IS 122 (48.05% from 255) = 25.52%

R = 37.87%
G = 36.61%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5AF7A (or 0xB5AF7A) is known color: Neutral Green. HEX triplet: B5, AF and 7A. RGB value is (181,175,122). Sum of RGB (Red+Green+Blue) = 181+175+122=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF7A is #4A5085. Grayscale: #AAAAAA. Windows color (decimal): -4870278 or 8040373. OLE color: 8040373.

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

Color convert

RGB 181 175 122 -
CMYK 0 0.03 0.33 0.29
HSL 53.9º 0.29% 0.59% -
HSV(B) 53.9º 0.33% 0.71% -
XYZ 37.9 41.89 24.5 -
YUV 170.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 181 175 122 0 0.03 0.33 0.29 53.9 0.29 0.59
Hex B5 AF 7A 0 3 21 1D 36 1D 3B
Octal 265 257 172 0 3 41 35 66 35 73
Binary 10110101 10101111 1111010 0 11 100001 11101 110110 11101 111011

Color Harmonies of #B5AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF7A

Black with #B5AF7A

Text Example


Text Example

White with #B5AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF7A; }

 p { color: rgb(181,175,122); }

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

background-color css

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

 a { background-color: rgb(181,175,122); }

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

border-color css

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

 span { border-color: rgb(181,175,122); }

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