Html Css Color HEX #949122 Citron

📋 copy color: '#949122'

red 148 ◦ green 145 ◦ blue 34

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

Shades of Citron #949122

Tints of Citron #949122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.4%

R = 45.26%
G = 44.34%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#949122 (or 0x949122) is known color: Citron. HEX triplet: 94, 91 and 22. RGB value is (148,145,34). Sum of RGB (Red+Green+Blue) = 148+145+34=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #949122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949122 is #6B6EDD. Grayscale: #858585. Windows color (decimal): -7040734 or 2265492. OLE color: 2265492.

HSL color Cylindrical-coordinate representation of color #949122: hue angle of 58.42º degrees, saturation: 0.63, 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 #949122 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 145 34 -
CMYK 0 0.02 0.77 0.42
HSL 58.42º 0.63% 0.36% -
HSV(B) 58.42º 0.77% 0.58% -
XYZ 22.63 26.66 5.47 -
YUV 133.24 71.99 138.53 -
System Red Green Blue C M Y K H S L
Decimal 148 145 34 0 0.02 0.77 0.42 58.42 0.63 0.36
Hex 94 91 22 0 2 4D 2A 3A 3F 24
Octal 224 221 42 0 2 115 52 72 77 44
Binary 10010100 10010001 100010 0 10 1001101 101010 111010 111111 100100

Color Harmonies of #949122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949122

Black with #949122

Text Example


Text Example

White with #949122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949122; }

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

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

background-color css

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

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

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

border-color css

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

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

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