Html Css Color HEX #93960B Citron

📋 copy color: '#93960B'

red 147 ◦ green 150 ◦ blue 11

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

Shades of Citron #93960B

Tints of Citron #93960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.57%

R = 47.73%
G = 48.7%
B = 3.57%

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

#93960B (or 0x93960B) is known color: Citron. HEX triplet: 93, 96 and 0B. RGB value is (147,150,11). Sum of RGB (Red+Green+Blue) = 147+150+11=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #93960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93960B is #6C69F4. Grayscale: #858585. Windows color (decimal): -7105013 or 759443. OLE color: 759443.

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

Color convert

RGB 147 150 11 -
CMYK 0.02 0 0.93 0.41
HSL 61.29º 0.86% 0.32% -
HSV(B) 61.29º 0.93% 0.59% -
XYZ 23 28.04 4.52 -
YUV 133.26 59.01 137.8 -
System Red Green Blue C M Y K H S L
Decimal 147 150 11 0.02 0 0.93 0.41 61.29 0.86 0.32
Hex 93 96 B 2 0 5D 29 3D 56 20
Octal 223 226 13 2 0 135 51 75 126 40
Binary 10010011 10010110 1011 10 0 1011101 101001 111101 1010110 100000

Color Harmonies of #93960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93960B

Black with #93960B

Text Example


Text Example

White with #93960B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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