Html Css Color HEX #949017 Citron

📋 copy color: '#949017'

red 148 ◦ green 144 ◦ blue 23

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

Shades of Citron #949017

Tints of Citron #949017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.3%

R = 46.98%
G = 45.71%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#949017 (or 0x949017) is known color: Citron. HEX triplet: 94, 90 and 17. RGB value is (148,144,23). Sum of RGB (Red+Green+Blue) = 148+144+23=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #949017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949017 is #6B6FE8. Grayscale: #838383. Windows color (decimal): -7041001 or 1544340. OLE color: 1544340.

HSL color Cylindrical-coordinate representation of color #949017: hue angle of 58.08º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #949017 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 144 23 -
CMYK 0 0.03 0.84 0.42
HSL 58.08º 0.73% 0.34% -
HSV(B) 58.08º 0.84% 0.58% -
XYZ 22.34 26.3 4.71 -
YUV 131.4 66.83 139.84 -
System Red Green Blue C M Y K H S L
Decimal 148 144 23 0 0.03 0.84 0.42 58.08 0.73 0.34
Hex 94 90 17 0 3 54 2A 3A 49 22
Octal 224 220 27 0 3 124 52 72 111 42
Binary 10010100 10010000 10111 0 11 1010100 101010 111010 1001001 100010

Color Harmonies of #949017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949017

Black with #949017

Text Example


Text Example

White with #949017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949017; }

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

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

background-color css

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

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

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

border-color css

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

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

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