Html Css Color HEX #B5B17D Neutral Green

📋 copy color: '#B5B17D'

red 181 ◦ green 177 ◦ blue 125

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

Shades of Neutral Green #B5B17D

Tints of Neutral Green #B5B17D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.65%

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

R = 37.47%
G = 36.65%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5B17D (or 0xB5B17D) is known color: Neutral Green. HEX triplet: B5, B1 and 7D. RGB value is (181,177,125). Sum of RGB (Red+Green+Blue) = 181+177+125=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B17D is #4A4E82. Grayscale: #ACACAC. Windows color (decimal): -4869763 or 8237493. OLE color: 8237493.

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

Color convert

RGB 181 177 125 -
CMYK 0 0.02 0.31 0.29
HSL 55.71º 0.27% 0.6% -
HSV(B) 55.71º 0.31% 0.71% -
XYZ 38.48 42.75 25.63 -
YUV 172.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 181 177 125 0 0.02 0.31 0.29 55.71 0.27 0.6
Hex B5 B1 7D 0 2 1F 1D 38 1B 3C
Octal 265 261 175 0 2 37 35 70 33 74
Binary 10110101 10110001 1111101 0 10 11111 11101 111000 11011 111100

Color Harmonies of #B5B17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B17D

Black with #B5B17D

Text Example


Text Example

White with #B5B17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B17D; }

 p { color: rgb(181,177,125); }

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

background-color css

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

 a { background-color: rgb(181,177,125); }

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

border-color css

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

 span { border-color: rgb(181,177,125); }

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