Html Css Color HEX #5B9502 Olive Drab

📋 copy color: '#5B9502'

red 91 ◦ green 149 ◦ blue 2

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

Shades of Olive Drab #5B9502

Tints of Olive Drab #5B9502

RGB

 RED value IS 91 (35.94% from 255) = 37.6%

 GREEN value IS 149 (58.59% from 255) = 61.57%

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

R = 37.6%
G = 61.57%
B = 0.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#5B9502 (or 0x5B9502) is known color: Olive Drab. HEX triplet: 5B, 95 and 02. RGB value is (91,149,2). Sum of RGB (Red+Green+Blue) = 91+149+2=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #5B9502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9502 is #A46AFD. Grayscale: #737373. Windows color (decimal): -10775294 or 169307. OLE color: 169307.

HSL color Cylindrical-coordinate representation of color #5B9502: hue angle of 83.67º 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 #5B9502 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 149 2 -
CMYK 0.39 0 0.99 0.42
HSL 83.67º 0.97% 0.3% -
HSV(B) 83.67º 0.99% 0.58% -
XYZ 15.07 23.72 3.84 -
YUV 114.9 64.28 110.95 -
System Red Green Blue C M Y K H S L
Decimal 91 149 2 0.39 0 0.99 0.42 83.67 0.97 0.3
Hex 5B 95 2 27 0 63 2A 54 61 1E
Octal 133 225 2 47 0 143 52 124 141 36
Binary 1011011 10010101 10 100111 0 1100011 101010 1010100 1100001 11110

Color Harmonies of #5B9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9502

Black with #5B9502

Text Example


Text Example

White with #5B9502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B9502; }

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

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

background-color css

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

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

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

border-color css

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

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

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