Html Css Color HEX #988B06 Olive

📋 copy color: '#988B06'

red 152 ◦ green 139 ◦ blue 6

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

Shades of Olive #988B06

Tints of Olive #988B06

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.8%

 BLUE value IS 6 (2.73% from 255) = 2.02%

R = 51.18%
G = 46.8%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#988B06 (or 0x988B06) is known color: Olive. HEX triplet: 98, 8B and 06. RGB value is (152,139,6). Sum of RGB (Red+Green+Blue) = 152+139+6=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #988B06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988B06 is #6774F9. Grayscale: #808080. Windows color (decimal): -6780154 or 428952. OLE color: 428952.

HSL color Cylindrical-coordinate representation of color #988B06: hue angle of 54.66º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #988B06 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 139 6 -
CMYK 0 0.09 0.96 0.40
HSL 54.66º 0.92% 0.31% -
HSV(B) 54.66º 0.96% 0.6% -
XYZ 22.21 25.15 3.86 -
YUV 127.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 152 139 6 0 0.09 0.96 0.40 54.66 0.92 0.31
Hex 98 8B 6 0 9 60 28 37 5C 1F
Octal 230 213 6 0 11 140 50 67 134 37
Binary 10011000 10001011 110 0 1001 1100000 101000 110111 1011100 11111

Color Harmonies of #988B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B06

Black with #988B06

Text Example


Text Example

White with #988B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,139,6); }

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

background-color css

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

 a { background-color: rgb(152,139,6); }

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

border-color css

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

 span { border-color: rgb(152,139,6); }

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