Html Css Color HEX #9D8900 Olive

📋 copy color: '#9D8900'

red 157 ◦ green 137 ◦ blue 0

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

Shades of Olive #9D8900

Tints of Olive #9D8900

RGB

 RED value IS 157 (61.72% from 255) = 53.4%

 GREEN value IS 137 (53.91% from 255) = 46.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.4%
G = 46.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9D8900 (or 0x9D8900) is known color: Olive. HEX triplet: 9D, 89 and 00. RGB value is (157,137,0). Sum of RGB (Red+Green+Blue) = 157+137+0=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8900 is #6276FF. Grayscale: #7F7F7F. Windows color (decimal): -6452992 or 35229. OLE color: 35229.

HSL color Cylindrical-coordinate representation of color #9D8900: hue angle of 52.36º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D8900 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 137 0 -
CMYK 0 0.13 1 0.38
HSL 52.36º 1% 0.31% -
HSV(B) 52.36º 1% 0.62% -
XYZ 22.85 25.06 3.63 -
YUV 127.36 56.13 149.14 -
System Red Green Blue C M Y K H S L
Decimal 157 137 0 0 0.13 1 0.38 52.36 1 0.31
Hex 9D 89 0 0 D 64 26 34 64 1F
Octal 235 211 0 0 15 144 46 64 144 37
Binary 10011101 10001001 0 0 1101 1100100 100110 110100 1100100 11111

Color Harmonies of #9D8900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8900

Black with #9D8900

Text Example


Text Example

White with #9D8900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D8900; }

 p { color: rgb(157,137,0); }

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

background-color css

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

 a { background-color: rgb(157,137,0); }

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

border-color css

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

 span { border-color: rgb(157,137,0); }

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