Html Css Color HEX #948401 Olive

📋 copy color: '#948401'

red 148 ◦ green 132 ◦ blue 1

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

Shades of Olive #948401

Tints of Olive #948401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.98%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 52.67%
G = 46.98%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#948401 (or 0x948401) is known color: Olive. HEX triplet: 94, 84 and 01. RGB value is (148,132,1). Sum of RGB (Red+Green+Blue) = 148+132+1=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #948401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948401 is #6B7BFE. Grayscale: #7A7A7A. Windows color (decimal): -7044095 or 99476. OLE color: 99476.

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

Color convert

RGB 148 132 1 -
CMYK 0 0.11 0.99 0.42
HSL 53.47º 0.99% 0.29% -
HSV(B) 53.47º 0.99% 0.58% -
XYZ 20.47 22.8 3.35 -
YUV 121.85 59.8 146.65 -
System Red Green Blue C M Y K H S L
Decimal 148 132 1 0 0.11 0.99 0.42 53.47 0.99 0.29
Hex 94 84 1 0 B 63 2A 35 63 1D
Octal 224 204 1 0 13 143 52 65 143 35
Binary 10010100 10000100 1 0 1011 1100011 101010 110101 1100011 11101

Color Harmonies of #948401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948401

Black with #948401

Text Example


Text Example

White with #948401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948401; }

 p { color: rgb(148,132,1); }

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

background-color css

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

 a { background-color: rgb(148,132,1); }

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

border-color css

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

 span { border-color: rgb(148,132,1); }

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