Html Css Color HEX #969402 Olive

📋 copy color: '#969402'

red 150 ◦ green 148 ◦ blue 2

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

Shades of Olive #969402

Tints of Olive #969402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.33%

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

R = 50%
G = 49.33%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#969402 (or 0x969402) is known color: Olive. HEX triplet: 96, 94 and 02. RGB value is (150,148,2). Sum of RGB (Red+Green+Blue) = 150+148+2=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #969402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969402 is #696BFD. Grayscale: #848484. Windows color (decimal): -6908926 or 169110. OLE color: 169110.

HSL color Cylindrical-coordinate representation of color #969402: hue angle of 59.19º 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 #969402 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 148 2 -
CMYK 0 0.01 0.99 0.41
HSL 59.19º 0.97% 0.3% -
HSV(B) 59.19º 0.99% 0.59% -
XYZ 23.18 27.67 4.18 -
YUV 131.95 54.66 140.87 -
System Red Green Blue C M Y K H S L
Decimal 150 148 2 0 0.01 0.99 0.41 59.19 0.97 0.3
Hex 96 94 2 0 1 63 29 3B 61 1E
Octal 226 224 2 0 1 143 51 73 141 36
Binary 10010110 10010100 10 0 1 1100011 101001 111011 1100001 11110

Color Harmonies of #969402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969402

Black with #969402

Text Example


Text Example

White with #969402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969402; }

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

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

background-color css

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

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

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

border-color css

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

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

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