Html Css Color HEX #949226 Citron

📋 copy color: '#949226'

red 148 ◦ green 146 ◦ blue 38

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

Shades of Citron #949226

Tints of Citron #949226

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.98%

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

R = 44.58%
G = 43.98%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#949226 (or 0x949226) is known color: Citron. HEX triplet: 94, 92 and 26. RGB value is (148,146,38). Sum of RGB (Red+Green+Blue) = 148+146+38=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #949226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949226 is #6B6DD9. Grayscale: #868686. Windows color (decimal): -7040474 or 2527892. OLE color: 2527892.

HSL color Cylindrical-coordinate representation of color #949226: hue angle of 58.91º 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 #949226 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 146 38 -
CMYK 0 0.01 0.74 0.42
HSL 58.91º 0.59% 0.36% -
HSV(B) 58.91º 0.74% 0.58% -
XYZ 22.84 26.99 5.84 -
YUV 134.29 73.66 137.78 -
System Red Green Blue C M Y K H S L
Decimal 148 146 38 0 0.01 0.74 0.42 58.91 0.59 0.36
Hex 94 92 26 0 1 4A 2A 3B 3B 24
Octal 224 222 46 0 1 112 52 73 73 44
Binary 10010100 10010010 100110 0 1 1001010 101010 111011 111011 100100

Color Harmonies of #949226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949226

Black with #949226

Text Example


Text Example

White with #949226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949226; }

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

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

background-color css

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

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

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

border-color css

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

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

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