Html Css Color HEX #B4B153 Olive Green

📋 copy color: '#B4B153'

red 180 ◦ green 177 ◦ blue 83

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

Shades of Olive Green #B4B153

Tints of Olive Green #B4B153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.86%

R = 40.91%
G = 40.23%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B4B153 (or 0xB4B153) is known color: Olive Green. HEX triplet: B4, B1 and 53. RGB value is (180,177,83). Sum of RGB (Red+Green+Blue) = 180+177+83=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B153 is #4B4EAC. Grayscale: #A7A7A7. Windows color (decimal): -4935341 or 5484980. OLE color: 5484980.

HSL color Cylindrical-coordinate representation of color #B4B153: hue angle of 58.14º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4B153 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 177 83 -
CMYK 0 0.02 0.54 0.29
HSL 58.14º 0.39% 0.52% -
HSV(B) 58.14º 0.54% 0.71% -
XYZ 36.11 41.77 14.34 -
YUV 167.18 80.49 137.14 -
System Red Green Blue C M Y K H S L
Decimal 180 177 83 0 0.02 0.54 0.29 58.14 0.39 0.52
Hex B4 B1 53 0 2 36 1D 3A 27 34
Octal 264 261 123 0 2 66 35 72 47 64
Binary 10110100 10110001 1010011 0 10 110110 11101 111010 100111 110100

Color Harmonies of #B4B153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B153

Black with #B4B153

Text Example


Text Example

White with #B4B153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B153; }

 p { color: rgb(180,177,83); }

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

background-color css

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

 a { background-color: rgb(180,177,83); }

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

border-color css

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

 span { border-color: rgb(180,177,83); }

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