Html Css Color HEX #948902 Olive

📋 copy color: '#948902'

red 148 ◦ green 137 ◦ blue 2

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

Shades of Olive #948902

Tints of Olive #948902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 51.57%
G = 47.74%
B = 0.7%

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

#948902 (or 0x948902) is known color: Olive. HEX triplet: 94, 89 and 02. RGB value is (148,137,2). Sum of RGB (Red+Green+Blue) = 148+137+2=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #948902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948902 is #6B76FD. Grayscale: #7D7D7D. Windows color (decimal): -7042814 or 166292. OLE color: 166292.

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

Color convert

RGB 148 137 2 -
CMYK 0 0.07 0.99 0.42
HSL 55.48º 0.97% 0.29% -
HSV(B) 55.48º 0.99% 0.58% -
XYZ 21.17 24.19 3.61 -
YUV 124.9 58.64 144.48 -
System Red Green Blue C M Y K H S L
Decimal 148 137 2 0 0.07 0.99 0.42 55.48 0.97 0.29
Hex 94 89 2 0 7 63 2A 37 61 1D
Octal 224 211 2 0 7 143 52 67 141 35
Binary 10010100 10001001 10 0 111 1100011 101010 110111 1100001 11101

Color Harmonies of #948902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948902

Black with #948902

Text Example


Text Example

White with #948902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948902; }

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

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

background-color css

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

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

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

border-color css

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

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

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