Html Css Color HEX #949813 Citron

📋 copy color: '#949813'

red 148 ◦ green 152 ◦ blue 19

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

Shades of Citron #949813

Tints of Citron #949813

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.65%

 BLUE value IS 19 (7.81% from 255) = 5.96%

R = 46.39%
G = 47.65%
B = 5.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#949813 (or 0x949813) is known color: Citron. HEX triplet: 94, 98 and 13. RGB value is (148,152,19). Sum of RGB (Red+Green+Blue) = 148+152+19=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #949813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949813 is #6B67EC. Grayscale: #888888. Windows color (decimal): -7038957 or 1284244. OLE color: 1284244.

HSL color Cylindrical-coordinate representation of color #949813: hue angle of 61.8º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #949813 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 152 19 -
CMYK 0.03 0 0.87 0.40
HSL 61.8º 0.78% 0.34% -
HSV(B) 61.8º 0.88% 0.6% -
XYZ 23.56 28.8 4.93 -
YUV 135.64 62.17 136.81 -
System Red Green Blue C M Y K H S L
Decimal 148 152 19 0.03 0 0.87 0.40 61.8 0.78 0.34
Hex 94 98 13 3 0 57 28 3E 4E 22
Octal 224 230 23 3 0 127 50 76 116 42
Binary 10010100 10011000 10011 11 0 1010111 101000 111110 1001110 100010

Color Harmonies of #949813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949813

Black with #949813

Text Example


Text Example

White with #949813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949813; }

 p { color: rgb(148,152,19); }

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

background-color css

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

 a { background-color: rgb(148,152,19); }

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

border-color css

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

 span { border-color: rgb(148,152,19); }

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