Html Css Color HEX #949124 Citron

📋 copy color: '#949124'

red 148 ◦ green 145 ◦ blue 36

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

Shades of Citron #949124

Tints of Citron #949124

RGB

 RED value IS 148 (58.2% from 255) = 44.98%

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

 BLUE value IS 36 (14.45% from 255) = 10.94%

R = 44.98%
G = 44.07%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#949124 (or 0x949124) is known color: Citron. HEX triplet: 94, 91 and 24. RGB value is (148,145,36). Sum of RGB (Red+Green+Blue) = 148+145+36=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #949124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949124 is #6B6EDB. Grayscale: #858585. Windows color (decimal): -7040732 or 2396564. OLE color: 2396564.

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

Color convert

RGB 148 145 36 -
CMYK 0 0.02 0.76 0.42
HSL 58.39º 0.61% 0.36% -
HSV(B) 58.39º 0.76% 0.58% -
XYZ 22.66 26.67 5.62 -
YUV 133.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 148 145 36 0 0.02 0.76 0.42 58.39 0.61 0.36
Hex 94 91 24 0 2 4C 2A 3A 3D 24
Octal 224 221 44 0 2 114 52 72 75 44
Binary 10010100 10010001 100100 0 10 1001100 101010 111010 111101 100100

Color Harmonies of #949124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949124

Black with #949124

Text Example


Text Example

White with #949124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949124; }

 p { color: rgb(148,145,36); }

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

background-color css

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

 a { background-color: rgb(148,145,36); }

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

border-color css

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

 span { border-color: rgb(148,145,36); }

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