Html Css Color HEX #948901 Olive

📋 copy color: '#948901'

red 148 ◦ green 137 ◦ blue 1

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

Shades of Olive #948901

Tints of Olive #948901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.9%

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

R = 51.75%
G = 47.9%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#948901 (or 0x948901) is known color: Olive. HEX triplet: 94, 89 and 01. RGB value is (148,137,1). Sum of RGB (Red+Green+Blue) = 148+137+1=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #948901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948901 is #6B76FE. Grayscale: #7D7D7D. Windows color (decimal): -7042815 or 100756. OLE color: 100756.

HSL color Cylindrical-coordinate representation of color #948901: hue angle of 55.51º 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 #948901 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 137 1 -
CMYK 0 0.07 0.99 0.42
HSL 55.51º 0.99% 0.29% -
HSV(B) 55.51º 0.99% 0.58% -
XYZ 21.16 24.19 3.58 -
YUV 124.79 58.14 144.56 -
System Red Green Blue C M Y K H S L
Decimal 148 137 1 0 0.07 0.99 0.42 55.51 0.99 0.29
Hex 94 89 1 0 7 63 2A 38 63 1D
Octal 224 211 1 0 7 143 52 70 143 35
Binary 10010100 10001001 1 0 111 1100011 101010 111000 1100011 11101

Color Harmonies of #948901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948901

Black with #948901

Text Example


Text Example

White with #948901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948901; }

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

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

background-color css

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

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

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

border-color css

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

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

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