Html Css Color HEX #93960A Citron

📋 copy color: '#93960A'

red 147 ◦ green 150 ◦ blue 10

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

Shades of Citron #93960A

Tints of Citron #93960A

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#93960A (or 0x93960A) is known color: Citron. HEX triplet: 93, 96 and 0A. RGB value is (147,150,10). Sum of RGB (Red+Green+Blue) = 147+150+10=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #93960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93960A is #6C69F5. Grayscale: #858585. Windows color (decimal): -7105014 or 693907. OLE color: 693907.

HSL color Cylindrical-coordinate representation of color #93960A: hue angle of 61.29º 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 #93960A is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 147 150 10 -
CMYK 0.02 0 0.93 0.41
HSL 61.29º 0.88% 0.31% -
HSV(B) 61.29º 0.93% 0.59% -
XYZ 22.99 28.04 4.49 -
YUV 133.14 58.51 137.88 -
System Red Green Blue C M Y K H S L
Decimal 147 150 10 0.02 0 0.93 0.41 61.29 0.88 0.31
Hex 93 96 A 2 0 5D 29 3D 58 1F
Octal 223 226 12 2 0 135 51 75 130 37
Binary 10010011 10010110 1010 10 0 1011101 101001 111101 1011000 11111

Color Harmonies of #93960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93960A

Black with #93960A

Text Example


Text Example

White with #93960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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