Html Css Color HEX #949512 Citron

📋 copy color: '#949512'

red 148 ◦ green 149 ◦ blue 18

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

Shades of Citron #949512

Tints of Citron #949512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.3%

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 46.98%
G = 47.3%
B = 5.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#949512 (or 0x949512) is known color: Citron. HEX triplet: 94, 95 and 12. RGB value is (148,149,18). Sum of RGB (Red+Green+Blue) = 148+149+18=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #949512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949512 is #6B6AED. Grayscale: #868686. Windows color (decimal): -7039726 or 1217940. OLE color: 1217940.

HSL color Cylindrical-coordinate representation of color #949512: hue angle of 60.46º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #949512 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 149 18 -
CMYK 0.01 0 0.88 0.42
HSL 60.46º 0.78% 0.33% -
HSV(B) 60.46º 0.88% 0.58% -
XYZ 23.07 27.83 4.73 -
YUV 133.77 62.67 138.15 -
System Red Green Blue C M Y K H S L
Decimal 148 149 18 0.01 0 0.88 0.42 60.46 0.78 0.33
Hex 94 95 12 1 0 58 2A 3C 4E 21
Octal 224 225 22 1 0 130 52 74 116 41
Binary 10010100 10010101 10010 1 0 1011000 101010 111100 1001110 100001

Color Harmonies of #949512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949512

Black with #949512

Text Example


Text Example

White with #949512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949512; }

 p { color: rgb(148,149,18); }

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

background-color css

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

 a { background-color: rgb(148,149,18); }

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

border-color css

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

 span { border-color: rgb(148,149,18); }

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