Html Css Color HEX #969412 Citron

📋 copy color: '#969412'

red 150 ◦ green 148 ◦ blue 18

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

Shades of Citron #969412

Tints of Citron #969412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.7%

R = 47.47%
G = 46.84%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#969412 (or 0x969412) is known color: Citron. HEX triplet: 96, 94 and 12. RGB value is (150,148,18). Sum of RGB (Red+Green+Blue) = 150+148+18=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #969412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969412 is #696BED. Grayscale: #868686. Windows color (decimal): -6908910 or 1217686. OLE color: 1217686.

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

Color convert

RGB 150 148 18 -
CMYK 0 0.01 0.88 0.41
HSL 59.09º 0.79% 0.33% -
HSV(B) 59.09º 0.88% 0.59% -
XYZ 23.28 27.71 4.69 -
YUV 133.78 62.66 139.57 -
System Red Green Blue C M Y K H S L
Decimal 150 148 18 0 0.01 0.88 0.41 59.09 0.79 0.33
Hex 96 94 12 0 1 58 29 3B 4F 21
Octal 226 224 22 0 1 130 51 73 117 41
Binary 10010110 10010100 10010 0 1 1011000 101001 111011 1001111 100001

Color Harmonies of #969412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969412

Black with #969412

Text Example


Text Example

White with #969412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969412; }

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

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

background-color css

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

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

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

border-color css

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

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

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