Html Css Color HEX #988E02 Olive

📋 copy color: '#988E02'

red 152 ◦ green 142 ◦ blue 2

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

Shades of Olive #988E02

Tints of Olive #988E02

RGB

 RED value IS 152 (59.77% from 255) = 51.35%

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

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

R = 51.35%
G = 47.97%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#988E02 (or 0x988E02) is known color: Olive. HEX triplet: 98, 8E and 02. RGB value is (152,142,2). Sum of RGB (Red+Green+Blue) = 152+142+2=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #988E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988E02 is #6771FD. Grayscale: #818181. Windows color (decimal): -6779390 or 167576. OLE color: 167576.

HSL color Cylindrical-coordinate representation of color #988E02: hue angle of 56º 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 #988E02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 142 2 -
CMYK 0 0.07 0.99 0.40
HSL 56º 0.97% 0.3% -
HSV(B) 56º 0.99% 0.6% -
XYZ 22.63 26.03 3.89 -
YUV 129.03 56.31 144.38 -
System Red Green Blue C M Y K H S L
Decimal 152 142 2 0 0.07 0.99 0.40 56 0.97 0.3
Hex 98 8E 2 0 7 63 28 38 61 1E
Octal 230 216 2 0 7 143 50 70 141 36
Binary 10011000 10001110 10 0 111 1100011 101000 111000 1100001 11110

Color Harmonies of #988E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E02

Black with #988E02

Text Example


Text Example

White with #988E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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