Html Css Color HEX #969410 Citron

📋 copy color: '#969410'

red 150 ◦ green 148 ◦ blue 16

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

Shades of Citron #969410

Tints of Citron #969410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.13%

 BLUE value IS 16 (6.64% from 255) = 5.1%

R = 47.77%
G = 47.13%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#969410 (or 0x969410) is known color: Citron. HEX triplet: 96, 94 and 10. RGB value is (150,148,16). Sum of RGB (Red+Green+Blue) = 150+148+16=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #969410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969410 is #696BEF. Grayscale: #868686. Windows color (decimal): -6908912 or 1086614. OLE color: 1086614.

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

Color convert

RGB 150 148 16 -
CMYK 0 0.01 0.89 0.41
HSL 59.1º 0.81% 0.33% -
HSV(B) 59.1º 0.89% 0.59% -
XYZ 23.26 27.7 4.61 -
YUV 133.55 61.66 139.73 -
System Red Green Blue C M Y K H S L
Decimal 150 148 16 0 0.01 0.89 0.41 59.1 0.81 0.33
Hex 96 94 10 0 1 59 29 3B 51 21
Octal 226 224 20 0 1 131 51 73 121 41
Binary 10010110 10010100 10000 0 1 1011001 101001 111011 1010001 100001

Color Harmonies of #969410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969410

Black with #969410

Text Example


Text Example

White with #969410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969410; }

 p { color: rgb(150,148,16); }

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

background-color css

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

 a { background-color: rgb(150,148,16); }

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

border-color css

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

 span { border-color: rgb(150,148,16); }

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