Html Css Color HEX #968202 Olive

📋 copy color: '#968202'

red 150 ◦ green 130 ◦ blue 2

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

Shades of Olive #968202

Tints of Olive #968202

RGB

 RED value IS 150 (58.98% from 255) = 53.19%

 GREEN value IS 130 (51.17% from 255) = 46.1%

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

R = 53.19%
G = 46.1%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#968202 (or 0x968202) is known color: Olive. HEX triplet: 96, 82 and 02. RGB value is (150,130,2). Sum of RGB (Red+Green+Blue) = 150+130+2=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #968202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968202 is #697DFD. Grayscale: #797979. Windows color (decimal): -6913534 or 164502. OLE color: 164502.

HSL color Cylindrical-coordinate representation of color #968202: hue angle of 51.89º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #968202 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 130 2 -
CMYK 0 0.13 0.99 0.41
HSL 51.89º 0.97% 0.3% -
HSV(B) 51.89º 0.99% 0.59% -
XYZ 20.57 22.45 3.31 -
YUV 121.39 60.63 148.41 -
System Red Green Blue C M Y K H S L
Decimal 150 130 2 0 0.13 0.99 0.41 51.89 0.97 0.3
Hex 96 82 2 0 D 63 29 34 61 1E
Octal 226 202 2 0 15 143 51 64 141 36
Binary 10010110 10000010 10 0 1101 1100011 101001 110100 1100001 11110

Color Harmonies of #968202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968202

Black with #968202

Text Example


Text Example

White with #968202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968202; }

 p { color: rgb(150,130,2); }

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

background-color css

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

 a { background-color: rgb(150,130,2); }

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

border-color css

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

 span { border-color: rgb(150,130,2); }

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