Html Css Color HEX #949129 Citron

📋 copy color: '#949129'

red 148 ◦ green 145 ◦ blue 41

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

Shades of Citron #949129

Tints of Citron #949129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.28%

R = 44.31%
G = 43.41%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#949129 (or 0x949129) is known color: Citron. HEX triplet: 94, 91 and 29. RGB value is (148,145,41). Sum of RGB (Red+Green+Blue) = 148+145+41=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #949129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949129 is #6B6ED6. Grayscale: #868686. Windows color (decimal): -7040727 or 2724244. OLE color: 2724244.

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

Color convert

RGB 148 145 41 -
CMYK 0 0.02 0.72 0.42
HSL 58.32º 0.57% 0.37% -
HSV(B) 58.32º 0.72% 0.58% -
XYZ 22.74 26.71 6.05 -
YUV 134.04 75.49 137.96 -
System Red Green Blue C M Y K H S L
Decimal 148 145 41 0 0.02 0.72 0.42 58.32 0.57 0.37
Hex 94 91 29 0 2 48 2A 3A 39 25
Octal 224 221 51 0 2 110 52 72 71 45
Binary 10010100 10010001 101001 0 10 1001000 101010 111010 111001 100101

Color Harmonies of #949129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949129

Black with #949129

Text Example


Text Example

White with #949129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949129; }

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

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

background-color css

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

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

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

border-color css

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

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

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