Html Css Color HEX #B4B07B Neutral Green

📋 copy color: '#B4B07B'

red 180 ◦ green 176 ◦ blue 123

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

Shades of Neutral Green #B4B07B

Tints of Neutral Green #B4B07B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.74%

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

R = 37.58%
G = 36.74%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4B07B (or 0xB4B07B) is known color: Neutral Green. HEX triplet: B4, B0 and 7B. RGB value is (180,176,123). Sum of RGB (Red+Green+Blue) = 180+176+123=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B07B is #4B4F84. Grayscale: #ABABAB. Windows color (decimal): -4935557 or 8106164. OLE color: 8106164.

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

Color convert

RGB 180 176 123 -
CMYK 0 0.02 0.32 0.29
HSL 55.79º 0.28% 0.59% -
HSV(B) 55.79º 0.32% 0.71% -
XYZ 37.92 42.18 24.88 -
YUV 171.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 180 176 123 0 0.02 0.32 0.29 55.79 0.28 0.59
Hex B4 B0 7B 0 2 20 1D 38 1C 3B
Octal 264 260 173 0 2 40 35 70 34 73
Binary 10110100 10110000 1111011 0 10 100000 11101 111000 11100 111011

Color Harmonies of #B4B07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B07B

Black with #B4B07B

Text Example


Text Example

White with #B4B07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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