Html Css Color HEX #949302 Olive

📋 copy color: '#949302'

red 148 ◦ green 147 ◦ blue 2

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

Shades of Olive #949302

Tints of Olive #949302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.49%

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

R = 49.83%
G = 49.49%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#949302 (or 0x949302) is known color: Olive. HEX triplet: 94, 93 and 02. RGB value is (148,147,2). Sum of RGB (Red+Green+Blue) = 148+147+2=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #949302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949302 is #6B6CFD. Grayscale: #838383. Windows color (decimal): -7040254 or 168852. OLE color: 168852.

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

Color convert

RGB 148 147 2 -
CMYK 0 0.01 0.99 0.42
HSL 59.59º 0.97% 0.29% -
HSV(B) 59.59º 0.99% 0.58% -
XYZ 22.66 27.17 4.11 -
YUV 130.77 55.33 140.29 -
System Red Green Blue C M Y K H S L
Decimal 148 147 2 0 0.01 0.99 0.42 59.59 0.97 0.29
Hex 94 93 2 0 1 63 2A 3C 61 1D
Octal 224 223 2 0 1 143 52 74 141 35
Binary 10010100 10010011 10 0 1 1100011 101010 111100 1100001 11101

Color Harmonies of #949302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949302

Black with #949302

Text Example


Text Example

White with #949302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949302; }

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

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

background-color css

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

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

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

border-color css

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

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

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