Html Css Color HEX #949F12 Citron

📋 copy color: '#949F12'

red 148 ◦ green 159 ◦ blue 18

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

Shades of Citron #949F12

Tints of Citron #949F12

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.92%

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

R = 45.54%
G = 48.92%
B = 5.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#949F12 (or 0x949F12) is known color: Citron. HEX triplet: 94, 9F and 12. RGB value is (148,159,18). Sum of RGB (Red+Green+Blue) = 148+159+18=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #949F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949F12 is #6B60ED. Grayscale: #8C8C8C. Windows color (decimal): -7037166 or 1220500. OLE color: 1220500.

HSL color Cylindrical-coordinate representation of color #949F12: hue angle of 64.68º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #949F12 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 159 18 -
CMYK 0.07 0 0.89 0.38
HSL 64.68º 0.8% 0.35% -
HSV(B) 64.68º 0.89% 0.62% -
XYZ 24.72 31.14 5.28 -
YUV 139.64 59.36 133.96 -
System Red Green Blue C M Y K H S L
Decimal 148 159 18 0.07 0 0.89 0.38 64.68 0.8 0.35
Hex 94 9F 12 7 0 59 26 41 50 23
Octal 224 237 22 7 0 131 46 101 120 43
Binary 10010100 10011111 10010 111 0 1011001 100110 1000001 1010000 100011

Color Harmonies of #949F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F12

Black with #949F12

Text Example


Text Example

White with #949F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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