Html Css Color HEX #838900 Olive

📋 copy color: '#838900'

red 131 ◦ green 137 ◦ blue 0

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

Shades of Olive #838900

Tints of Olive #838900

RGB

 RED value IS 131 (51.56% from 255) = 48.88%

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

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

R = 48.88%
G = 51.12%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#838900 (or 0x838900) is known color: Olive. HEX triplet: 83, 89 and 00. RGB value is (131,137,0). Sum of RGB (Red+Green+Blue) = 131+137+0=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #838900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838900 is #7C76FF. Grayscale: #787878. Windows color (decimal): -8156928 or 35203. OLE color: 35203.

HSL color Cylindrical-coordinate representation of color #838900: hue angle of 62.63º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #838900 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 137 0 -
CMYK 0.04 0 1 0.46
HSL 62.63º 1% 0.27% -
HSV(B) 62.63º 1% 0.54% -
XYZ 18.31 22.72 3.42 -
YUV 119.59 60.51 136.14 -
System Red Green Blue C M Y K H S L
Decimal 131 137 0 0.04 0 1 0.46 62.63 1 0.27
Hex 83 89 0 4 0 64 2E 3F 64 1B
Octal 203 211 0 4 0 144 56 77 144 33
Binary 10000011 10001001 0 100 0 1100100 101110 111111 1100100 11011

Color Harmonies of #838900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838900

Black with #838900

Text Example


Text Example

White with #838900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838900; }

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

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

background-color css

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

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

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

border-color css

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

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

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