Html Css Color HEX #BABB62 Olive Green

📋 copy color: '#BABB62'

red 186 ◦ green 187 ◦ blue 98

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

Shades of Olive Green #BABB62

Tints of Olive Green #BABB62

RGB

 RED value IS 186 (73.05% from 255) = 39.49%

 GREEN value IS 187 (73.44% from 255) = 39.7%

 BLUE value IS 98 (38.67% from 255) = 20.81%

R = 39.49%
G = 39.7%
B = 20.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BABB62 (or 0xBABB62) is known color: Olive Green. HEX triplet: BA, BB and 62. RGB value is (186,187,98). Sum of RGB (Red+Green+Blue) = 186+187+98=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB62 is #45449D. Grayscale: #B0B0B0. Windows color (decimal): -4539550 or 6470586. OLE color: 6470586.

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

Color convert

RGB 186 187 98 -
CMYK 0.01 0 0.48 0.27
HSL 60.67º 0.4% 0.56% -
HSV(B) 60.67º 0.48% 0.73% -
XYZ 40.22 46.86 18.48 -
YUV 176.56 83.67 134.74 -
System Red Green Blue C M Y K H S L
Decimal 186 187 98 0.01 0 0.48 0.27 60.67 0.4 0.56
Hex BA BB 62 1 0 30 1B 3D 28 38
Octal 272 273 142 1 0 60 33 75 50 70
Binary 10111010 10111011 1100010 1 0 110000 11011 111101 101000 111000

Color Harmonies of #BABB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB62

Black with #BABB62

Text Example


Text Example

White with #BABB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB62; }

 p { color: rgb(186,187,98); }

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

background-color css

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

 a { background-color: rgb(186,187,98); }

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

border-color css

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

 span { border-color: rgb(186,187,98); }

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