Html Css Color HEX #949022 Citron

📋 copy color: '#949022'

red 148 ◦ green 144 ◦ blue 34

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

Shades of Citron #949022

Tints of Citron #949022

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.17%

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

R = 45.4%
G = 44.17%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#949022 (or 0x949022) is known color: Citron. HEX triplet: 94, 90 and 22. RGB value is (148,144,34). Sum of RGB (Red+Green+Blue) = 148+144+34=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #949022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949022 is #6B6FDD. Grayscale: #858585. Windows color (decimal): -7040990 or 2265236. OLE color: 2265236.

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

Color convert

RGB 148 144 34 -
CMYK 0 0.03 0.77 0.42
HSL 57.89º 0.63% 0.36% -
HSV(B) 57.89º 0.77% 0.58% -
XYZ 22.47 26.36 5.42 -
YUV 132.66 72.33 138.94 -
System Red Green Blue C M Y K H S L
Decimal 148 144 34 0 0.03 0.77 0.42 57.89 0.63 0.36
Hex 94 90 22 0 3 4D 2A 3A 3F 24
Octal 224 220 42 0 3 115 52 72 77 44
Binary 10010100 10010000 100010 0 11 1001101 101010 111010 111111 100100

Color Harmonies of #949022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949022

Black with #949022

Text Example


Text Example

White with #949022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949022; }

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

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

background-color css

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

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

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

border-color css

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

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

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