Html Css Color HEX #949002 Olive

📋 copy color: '#949002'

red 148 ◦ green 144 ◦ blue 2

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

Shades of Olive #949002

Tints of Olive #949002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.98%

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

R = 50.34%
G = 48.98%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#949002 (or 0x949002) is known color: Olive. HEX triplet: 94, 90 and 02. RGB value is (148,144,2). Sum of RGB (Red+Green+Blue) = 148+144+2=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #949002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949002 is #6B6FFD. Grayscale: #818181. Windows color (decimal): -7041022 or 168084. OLE color: 168084.

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

Color convert

RGB 148 144 2 -
CMYK 0 0.03 0.99 0.42
HSL 58.36º 0.97% 0.29% -
HSV(B) 58.36º 0.99% 0.58% -
XYZ 22.2 26.25 3.95 -
YUV 129.01 56.33 141.55 -
System Red Green Blue C M Y K H S L
Decimal 148 144 2 0 0.03 0.99 0.42 58.36 0.97 0.29
Hex 94 90 2 0 3 63 2A 3A 61 1D
Octal 224 220 2 0 3 143 52 72 141 35
Binary 10010100 10010000 10 0 11 1100011 101010 111010 1100001 11101

Color Harmonies of #949002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949002

Black with #949002

Text Example


Text Example

White with #949002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949002; }

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

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

background-color css

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

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

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

border-color css

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

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

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