Html Css Color HEX #949126 Citron

📋 copy color: '#949126'

red 148 ◦ green 145 ◦ blue 38

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

Shades of Citron #949126

Tints of Citron #949126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.48%

R = 44.71%
G = 43.81%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#949126 (or 0x949126) is known color: Citron. HEX triplet: 94, 91 and 26. RGB value is (148,145,38). Sum of RGB (Red+Green+Blue) = 148+145+38=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #949126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949126 is #6B6ED9. Grayscale: #868686. Windows color (decimal): -7040730 or 2527636. OLE color: 2527636.

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

Color convert

RGB 148 145 38 -
CMYK 0 0.02 0.74 0.42
HSL 58.36º 0.59% 0.36% -
HSV(B) 58.36º 0.74% 0.58% -
XYZ 22.69 26.69 5.79 -
YUV 133.7 73.99 138.2 -
System Red Green Blue C M Y K H S L
Decimal 148 145 38 0 0.02 0.74 0.42 58.36 0.59 0.36
Hex 94 91 26 0 2 4A 2A 3A 3B 24
Octal 224 221 46 0 2 112 52 72 73 44
Binary 10010100 10010001 100110 0 10 1001010 101010 111010 111011 100100

Color Harmonies of #949126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949126

Black with #949126

Text Example


Text Example

White with #949126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949126; }

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

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

background-color css

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

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

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

border-color css

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

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

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