Html Css Color HEX #96941E Citron

📋 copy color: '#96941E'

red 150 ◦ green 148 ◦ blue 30

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

Shades of Citron #96941E

Tints of Citron #96941E

RGB

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

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

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

R = 45.73%
G = 45.12%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96941E (or 0x96941E) is known color: Citron. HEX triplet: 96, 94 and 1E. RGB value is (150,148,30). Sum of RGB (Red+Green+Blue) = 150+148+30=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96941E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96941E is #696BE1. Grayscale: #878787. Windows color (decimal): -6908898 or 2004118. OLE color: 2004118.

HSL color Cylindrical-coordinate representation of color #96941E: hue angle of 59º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96941E is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 148 30 -
CMYK 0 0.01 0.80 0.41
HSL 59º 0.67% 0.35% -
HSV(B) 59º 0.8% 0.59% -
XYZ 23.4 27.76 5.35 -
YUV 135.15 68.66 138.59 -
System Red Green Blue C M Y K H S L
Decimal 150 148 30 0 0.01 0.80 0.41 59 0.67 0.35
Hex 96 94 1E 0 1 50 29 3B 43 23
Octal 226 224 36 0 1 120 51 73 103 43
Binary 10010110 10010100 11110 0 1 1010000 101001 111011 1000011 100011

Color Harmonies of #96941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96941E

Black with #96941E

Text Example


Text Example

White with #96941E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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