Html Css Color HEX #959123 Citron

📋 copy color: '#959123'

red 149 ◦ green 145 ◦ blue 35

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

Shades of Citron #959123

Tints of Citron #959123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.64%

R = 45.29%
G = 44.07%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#959123 (or 0x959123) is known color: Citron. HEX triplet: 95, 91 and 23. RGB value is (149,145,35). Sum of RGB (Red+Green+Blue) = 149+145+35=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #959123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959123 is #6A6EDC. Grayscale: #868686. Windows color (decimal): -6975197 or 2331029. OLE color: 2331029.

HSL color Cylindrical-coordinate representation of color #959123: hue angle of 57.89º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #959123 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 145 35 -
CMYK 0 0.03 0.77 0.42
HSL 57.89º 0.62% 0.36% -
HSV(B) 57.89º 0.77% 0.58% -
XYZ 22.82 26.76 5.55 -
YUV 133.66 72.33 138.94 -
System Red Green Blue C M Y K H S L
Decimal 149 145 35 0 0.03 0.77 0.42 57.89 0.62 0.36
Hex 95 91 23 0 3 4D 2A 3A 3E 24
Octal 225 221 43 0 3 115 52 72 76 44
Binary 10010101 10010001 100011 0 11 1001101 101010 111010 111110 100100

Color Harmonies of #959123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959123

Black with #959123

Text Example


Text Example

White with #959123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959123; }

 p { color: rgb(149,145,35); }

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

background-color css

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

 a { background-color: rgb(149,145,35); }

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

border-color css

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

 span { border-color: rgb(149,145,35); }

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