Html Css Color HEX #959412 Citron

📋 copy color: '#959412'

red 149 ◦ green 148 ◦ blue 18

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

Shades of Citron #959412

Tints of Citron #959412

RGB

 RED value IS 149 (58.59% from 255) = 47.3%

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

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

R = 47.3%
G = 46.98%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#959412 (or 0x959412) is known color: Citron. HEX triplet: 95, 94 and 12. RGB value is (149,148,18). Sum of RGB (Red+Green+Blue) = 149+148+18=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #959412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959412 is #6A6BED. Grayscale: #858585. Windows color (decimal): -6974446 or 1217685. OLE color: 1217685.

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

Color convert

RGB 149 148 18 -
CMYK 0 0.01 0.88 0.42
HSL 59.54º 0.78% 0.33% -
HSV(B) 59.54º 0.88% 0.58% -
XYZ 23.09 27.61 4.68 -
YUV 133.48 62.83 139.07 -
System Red Green Blue C M Y K H S L
Decimal 149 148 18 0 0.01 0.88 0.42 59.54 0.78 0.33
Hex 95 94 12 0 1 58 2A 3C 4E 21
Octal 225 224 22 0 1 130 52 74 116 41
Binary 10010101 10010100 10010 0 1 1011000 101010 111100 1001110 100001

Color Harmonies of #959412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959412

Black with #959412

Text Example


Text Example

White with #959412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959412; }

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

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

background-color css

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

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

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

border-color css

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

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

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