Html Css Color HEX #998E02 Olive

📋 copy color: '#998E02'

red 153 ◦ green 142 ◦ blue 2

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

Shades of Olive #998E02

Tints of Olive #998E02

RGB

 RED value IS 153 (60.16% from 255) = 51.52%

 GREEN value IS 142 (55.86% from 255) = 47.81%

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

R = 51.52%
G = 47.81%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#998E02 (or 0x998E02) is known color: Olive. HEX triplet: 99, 8E and 02. RGB value is (153,142,2). Sum of RGB (Red+Green+Blue) = 153+142+2=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #998E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998E02 is #6671FD. Grayscale: #818181. Windows color (decimal): -6713854 or 167577. OLE color: 167577.

HSL color Cylindrical-coordinate representation of color #998E02: hue angle of 55.63º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #998E02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 142 2 -
CMYK 0 0.07 0.99 0.4
HSL 55.63º 0.97% 0.3% -
HSV(B) 55.63º 0.99% 0.6% -
XYZ 22.82 26.12 3.9 -
YUV 129.33 56.14 144.88 -
System Red Green Blue C M Y K H S L
Decimal 153 142 2 0 0.07 0.99 0.4 55.63 0.97 0.3
Hex 99 8E 2 0 7 63 28 38 61 1E
Octal 231 216 2 0 7 143 50 70 141 36
Binary 10011001 10001110 10 0 111 1100011 101000 111000 1100001 11110

Color Harmonies of #998E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E02

Black with #998E02

Text Example


Text Example

White with #998E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998E02; }

 p { color: rgb(153,142,2); }

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

background-color css

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

 a { background-color: rgb(153,142,2); }

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

border-color css

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

 span { border-color: rgb(153,142,2); }

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