Html Css Color HEX #96901E Citron

📋 copy color: '#96901E'

red 150 ◦ green 144 ◦ blue 30

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

Shades of Citron #96901E

Tints of Citron #96901E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.44%

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

R = 46.3%
G = 44.44%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96901E (or 0x96901E) is known color: Citron. HEX triplet: 96, 90 and 1E. RGB value is (150,144,30). Sum of RGB (Red+Green+Blue) = 150+144+30=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96901E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96901E is #696FE1. Grayscale: #858585. Windows color (decimal): -6909922 or 2003094. OLE color: 2003094.

HSL color Cylindrical-coordinate representation of color #96901E: hue angle of 57º 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 #96901E is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 144 30 -
CMYK 0 0.04 0.80 0.41
HSL 57º 0.67% 0.35% -
HSV(B) 57º 0.8% 0.59% -
XYZ 22.79 26.52 5.15 -
YUV 132.8 69.99 140.27 -
System Red Green Blue C M Y K H S L
Decimal 150 144 30 0 0.04 0.80 0.41 57 0.67 0.35
Hex 96 90 1E 0 4 50 29 39 43 23
Octal 226 220 36 0 4 120 51 71 103 43
Binary 10010110 10010000 11110 0 100 1010000 101001 111001 1000011 100011

Color Harmonies of #96901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96901E

Black with #96901E

Text Example


Text Example

White with #96901E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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