Html Css Color HEX #96991E Citron

📋 copy color: '#96991E'

red 150 ◦ green 153 ◦ blue 30

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

Shades of Citron #96991E

Tints of Citron #96991E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.95%

 BLUE value IS 30 (12.11% from 255) = 9.01%

R = 45.05%
G = 45.95%
B = 9.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#96991E (or 0x96991E) is known color: Citron. HEX triplet: 96, 99 and 1E. RGB value is (150,153,30). Sum of RGB (Red+Green+Blue) = 150+153+30=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #96991E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96991E is #6966E1. Grayscale: #8A8A8A. Windows color (decimal): -6907618 or 2005398. OLE color: 2005398.

HSL color Cylindrical-coordinate representation of color #96991E: hue angle of 61.46º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96991E is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 30 -
CMYK 0.02 0 0.80 0.4
HSL 61.46º 0.67% 0.36% -
HSV(B) 61.46º 0.8% 0.6% -
XYZ 24.2 29.36 5.62 -
YUV 138.08 67.01 136.5 -
System Red Green Blue C M Y K H S L
Decimal 150 153 30 0.02 0 0.80 0.4 61.46 0.67 0.36
Hex 96 99 1E 2 0 50 28 3D 43 24
Octal 226 231 36 2 0 120 50 75 103 44
Binary 10010110 10011001 11110 10 0 1010000 101000 111101 1000011 100100

Color Harmonies of #96991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96991E

Black with #96991E

Text Example


Text Example

White with #96991E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96991E; }

 p { color: rgb(150,153,30); }

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

background-color css

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

 a { background-color: rgb(150,153,30); }

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

border-color css

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

 span { border-color: rgb(150,153,30); }

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