Html Css Color HEX #96930A Citron

📋 copy color: '#96930A'

red 150 ◦ green 147 ◦ blue 10

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

Shades of Citron #96930A

Tints of Citron #96930A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.88%

 BLUE value IS 10 (4.3% from 255) = 3.26%

R = 48.86%
G = 47.88%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96930A (or 0x96930A) is known color: Citron. HEX triplet: 96, 93 and 0A. RGB value is (150,147,10). Sum of RGB (Red+Green+Blue) = 150+147+10=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96930A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96930A is #696CF5. Grayscale: #848484. Windows color (decimal): -6909174 or 693142. OLE color: 693142.

HSL color Cylindrical-coordinate representation of color #96930A: hue angle of 58.71º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96930A is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 147 10 -
CMYK 0 0.02 0.93 0.41
HSL 58.71º 0.88% 0.31% -
HSV(B) 58.71º 0.93% 0.59% -
XYZ 23.07 27.37 4.36 -
YUV 132.28 58.99 140.64 -
System Red Green Blue C M Y K H S L
Decimal 150 147 10 0 0.02 0.93 0.41 58.71 0.88 0.31
Hex 96 93 A 0 2 5D 29 3B 58 1F
Octal 226 223 12 0 2 135 51 73 130 37
Binary 10010110 10010011 1010 0 10 1011101 101001 111011 1011000 11111

Color Harmonies of #96930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96930A

Black with #96930A

Text Example


Text Example

White with #96930A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96930A; }

 p { color: rgb(150,147,10); }

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

background-color css

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

 a { background-color: rgb(150,147,10); }

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

border-color css

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

 span { border-color: rgb(150,147,10); }

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