Html Css Color HEX #969113 Citron

📋 copy color: '#969113'

red 150 ◦ green 145 ◦ blue 19

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

Shades of Citron #969113

Tints of Citron #969113

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.18%

 BLUE value IS 19 (7.81% from 255) = 6.05%

R = 47.77%
G = 46.18%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#969113 (or 0x969113) is known color: Citron. HEX triplet: 96, 91 and 13. RGB value is (150,145,19). Sum of RGB (Red+Green+Blue) = 150+145+19=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #969113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969113 is #696EEC. Grayscale: #848484. Windows color (decimal): -6909677 or 1282454. OLE color: 1282454.

HSL color Cylindrical-coordinate representation of color #969113: hue angle of 57.71º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #969113 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 145 19 -
CMYK 0 0.03 0.87 0.41
HSL 57.71º 0.78% 0.33% -
HSV(B) 57.71º 0.87% 0.59% -
XYZ 22.82 26.78 4.58 -
YUV 132.13 64.16 140.75 -
System Red Green Blue C M Y K H S L
Decimal 150 145 19 0 0.03 0.87 0.41 57.71 0.78 0.33
Hex 96 91 13 0 3 57 29 3A 4E 21
Octal 226 221 23 0 3 127 51 72 116 41
Binary 10010110 10010001 10011 0 11 1010111 101001 111010 1001110 100001

Color Harmonies of #969113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969113

Black with #969113

Text Example


Text Example

White with #969113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969113; }

 p { color: rgb(150,145,19); }

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

background-color css

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

 a { background-color: rgb(150,145,19); }

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

border-color css

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

 span { border-color: rgb(150,145,19); }

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