Html Css Color HEX #B4B454 Olive Green

📋 copy color: '#B4B454'

red 180 ◦ green 180 ◦ blue 84

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

Shades of Olive Green #B4B454

Tints of Olive Green #B4B454

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.54%

 BLUE value IS 84 (33.2% from 255) = 18.92%

R = 40.54%
G = 40.54%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B4B454 (or 0xB4B454) is known color: Olive Green. HEX triplet: B4, B4 and 54. RGB value is (180,180,84). Sum of RGB (Red+Green+Blue) = 180+180+84=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B454 is #4B4BAB. Grayscale: #A9A9A9. Windows color (decimal): -4934572 or 5551284. OLE color: 5551284.

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

Color convert

RGB 180 180 84 -
CMYK 0 0 0.53 0.29
HSL 60º 0.39% 0.52% -
HSV(B) 60º 0.53% 0.71% -
XYZ 36.74 42.99 14.75 -
YUV 169.06 80 135.81 -
System Red Green Blue C M Y K H S L
Decimal 180 180 84 0 0 0.53 0.29 60 0.39 0.52
Hex B4 B4 54 0 0 35 1D 3C 27 34
Octal 264 264 124 0 0 65 35 74 47 64
Binary 10110100 10110100 1010100 0 0 110101 11101 111100 100111 110100

Color Harmonies of #B4B454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B454

Black with #B4B454

Text Example


Text Example

White with #B4B454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B454; }

 p { color: rgb(180,180,84); }

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

background-color css

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

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

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

border-color css

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

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

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