Html Css Color HEX #948800 Olive

📋 copy color: '#948800'

red 148 ◦ green 136 ◦ blue 0

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

Shades of Olive #948800

Tints of Olive #948800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.89%

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

R = 52.11%
G = 47.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#948800 (or 0x948800) is known color: Olive. HEX triplet: 94, 88 and 00. RGB value is (148,136,0). Sum of RGB (Red+Green+Blue) = 148+136+0=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #948800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948800 is #6B77FF. Grayscale: #7C7C7C. Windows color (decimal): -7043072 or 34964. OLE color: 34964.

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

Color convert

RGB 148 136 0 -
CMYK 0 0.08 1 0.42
HSL 55.14º 1% 0.29% -
HSV(B) 55.14º 1% 0.58% -
XYZ 21.02 23.9 3.51 -
YUV 124.08 57.98 145.06 -
System Red Green Blue C M Y K H S L
Decimal 148 136 0 0 0.08 1 0.42 55.14 1 0.29
Hex 94 88 0 0 8 64 2A 37 64 1D
Octal 224 210 0 0 10 144 52 67 144 35
Binary 10010100 10001000 0 0 1000 1100100 101010 110111 1100100 11101

Color Harmonies of #948800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948800

Black with #948800

Text Example


Text Example

White with #948800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948800; }

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

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

background-color css

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

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

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

border-color css

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

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

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