Html Css Color HEX #948600 Olive

📋 copy color: '#948600'

red 148 ◦ green 134 ◦ blue 0

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

Shades of Olive #948600

Tints of Olive #948600

RGB

 RED value IS 148 (58.2% from 255) = 52.48%

 GREEN value IS 134 (52.73% from 255) = 47.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.48%
G = 47.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#948600 (or 0x948600) is known color: Olive. HEX triplet: 94, 86 and 00. RGB value is (148,134,0). Sum of RGB (Red+Green+Blue) = 148+134+0=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #948600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948600 is #6B79FF. Grayscale: #7B7B7B. Windows color (decimal): -7043584 or 34452. OLE color: 34452.

HSL color Cylindrical-coordinate representation of color #948600: hue angle of 54.32º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #948600 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 134 0 -
CMYK 0 0.09 1 0.42
HSL 54.32º 1% 0.29% -
HSV(B) 54.32º 1% 0.58% -
XYZ 20.74 23.35 3.41 -
YUV 122.91 58.64 145.9 -
System Red Green Blue C M Y K H S L
Decimal 148 134 0 0 0.09 1 0.42 54.32 1 0.29
Hex 94 86 0 0 9 64 2A 36 64 1D
Octal 224 206 0 0 11 144 52 66 144 35
Binary 10010100 10000110 0 0 1001 1100100 101010 110110 1100100 11101

Color Harmonies of #948600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948600

Black with #948600

Text Example


Text Example

White with #948600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948600; }

 p { color: rgb(148,134,0); }

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

background-color css

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

 a { background-color: rgb(148,134,0); }

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

border-color css

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

 span { border-color: rgb(148,134,0); }

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