Html Css Color HEX #949123 Citron

📋 copy color: '#949123'

red 148 ◦ green 145 ◦ blue 35

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

Shades of Citron #949123

Tints of Citron #949123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.67%

R = 45.12%
G = 44.21%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#949123 (or 0x949123) is known color: Citron. HEX triplet: 94, 91 and 23. RGB value is (148,145,35). Sum of RGB (Red+Green+Blue) = 148+145+35=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #949123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949123 is #6B6EDC. Grayscale: #858585. Windows color (decimal): -7040733 or 2331028. OLE color: 2331028.

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

Color convert

RGB 148 145 35 -
CMYK 0 0.02 0.76 0.42
HSL 58.41º 0.62% 0.36% -
HSV(B) 58.41º 0.76% 0.58% -
XYZ 22.64 26.67 5.54 -
YUV 133.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 148 145 35 0 0.02 0.76 0.42 58.41 0.62 0.36
Hex 94 91 23 0 2 4C 2A 3A 3E 24
Octal 224 221 43 0 2 114 52 72 76 44
Binary 10010100 10010001 100011 0 10 1001100 101010 111010 111110 100100

Color Harmonies of #949123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949123

Black with #949123

Text Example


Text Example

White with #949123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949123; }

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

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

background-color css

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

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

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

border-color css

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

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

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