Html Css Color HEX #B4B461 Olive Green

📋 copy color: '#B4B461'

red 180 ◦ green 180 ◦ blue 97

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

Shades of Olive Green #B4B461

Tints of Olive Green #B4B461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.23%

R = 39.39%
G = 39.39%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B4B461 (or 0xB4B461) is known color: Olive Green. HEX triplet: B4, B4 and 61. RGB value is (180,180,97). Sum of RGB (Red+Green+Blue) = 180+180+97=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B461 is #4B4B9E. Grayscale: #AAAAAA. Windows color (decimal): -4934559 or 6403252. OLE color: 6403252.

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

Color convert

RGB 180 180 97 -
CMYK 0 0 0.46 0.29
HSL 60º 0.36% 0.54% -
HSV(B) 60º 0.46% 0.71% -
XYZ 37.3 43.21 17.68 -
YUV 170.54 86.5 134.75 -
System Red Green Blue C M Y K H S L
Decimal 180 180 97 0 0 0.46 0.29 60 0.36 0.54
Hex B4 B4 61 0 0 2E 1D 3C 24 36
Octal 264 264 141 0 0 56 35 74 44 66
Binary 10110100 10110100 1100001 0 0 101110 11101 111100 100100 110110

Color Harmonies of #B4B461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B461

Black with #B4B461

Text Example


Text Example

White with #B4B461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B461; }

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

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

background-color css

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

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

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

border-color css

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

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

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