Html Css Color HEX #B4BA63 Olive Green

📋 copy color: '#B4BA63'

red 180 ◦ green 186 ◦ blue 99

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

Shades of Olive Green #B4BA63

Tints of Olive Green #B4BA63

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40%

 BLUE value IS 99 (39.06% from 255) = 21.29%

R = 38.71%
G = 40%
B = 21.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B4BA63 (or 0xB4BA63) is known color: Olive Green. HEX triplet: B4, BA and 63. RGB value is (180,186,99). Sum of RGB (Red+Green+Blue) = 180+186+99=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BA63 is #4B459C. Grayscale: #AEAEAE. Windows color (decimal): -4933021 or 6535860. OLE color: 6535860.

HSL color Cylindrical-coordinate representation of color #B4BA63: hue angle of 64.14º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4BA63 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 186 99 -
CMYK 0.03 0 0.47 0.27
HSL 64.14º 0.39% 0.56% -
HSV(B) 64.14º 0.47% 0.73% -
XYZ 38.63 45.72 18.59 -
YUV 174.29 85.51 132.07 -
System Red Green Blue C M Y K H S L
Decimal 180 186 99 0.03 0 0.47 0.27 64.14 0.39 0.56
Hex B4 BA 63 3 0 2F 1B 40 27 38
Octal 264 272 143 3 0 57 33 100 47 70
Binary 10110100 10111010 1100011 11 0 101111 11011 1000000 100111 111000

Color Harmonies of #B4BA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BA63

Black with #B4BA63

Text Example


Text Example

White with #B4BA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BA63; }

 p { color: rgb(180,186,99); }

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

background-color css

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

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

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

border-color css

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

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

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