Html Css Color HEX #958B02 Olive

📋 copy color: '#958B02'

red 149 ◦ green 139 ◦ blue 2

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

Shades of Olive #958B02

Tints of Olive #958B02

RGB

 RED value IS 149 (58.59% from 255) = 51.38%

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

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

R = 51.38%
G = 47.93%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#958B02 (or 0x958B02) is known color: Olive. HEX triplet: 95, 8B and 02. RGB value is (149,139,2). Sum of RGB (Red+Green+Blue) = 149+139+2=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #958B02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958B02 is #6A74FD. Grayscale: #7E7E7E. Windows color (decimal): -6976766 or 166805. OLE color: 166805.

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

Color convert

RGB 149 139 2 -
CMYK 0 0.07 0.99 0.42
HSL 55.92º 0.97% 0.3% -
HSV(B) 55.92º 0.99% 0.58% -
XYZ 21.64 24.86 3.72 -
YUV 126.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 149 139 2 0 0.07 0.99 0.42 55.92 0.97 0.3
Hex 95 8B 2 0 7 63 2A 38 61 1E
Octal 225 213 2 0 7 143 52 70 141 36
Binary 10010101 10001011 10 0 111 1100011 101010 111000 1100001 11110

Color Harmonies of #958B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B02

Black with #958B02

Text Example


Text Example

White with #958B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958B02; }

 p { color: rgb(149,139,2); }

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

background-color css

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

 a { background-color: rgb(149,139,2); }

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

border-color css

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

 span { border-color: rgb(149,139,2); }

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