Html Css Color HEX #949F0C Citron

📋 copy color: '#949F0C'

red 148 ◦ green 159 ◦ blue 12

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

Shades of Citron #949F0C

Tints of Citron #949F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 46.39%
G = 49.84%
B = 3.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#949F0C (or 0x949F0C) is known color: Citron. HEX triplet: 94, 9F and 0C. RGB value is (148,159,12). Sum of RGB (Red+Green+Blue) = 148+159+12=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #949F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949F0C is #6B60F3. Grayscale: #8B8B8B. Windows color (decimal): -7037172 or 827284. OLE color: 827284.

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

Color convert

RGB 148 159 12 -
CMYK 0.07 0 0.92 0.38
HSL 64.49º 0.86% 0.34% -
HSV(B) 64.49º 0.92% 0.62% -
XYZ 24.68 31.12 5.05 -
YUV 138.95 56.36 134.45 -
System Red Green Blue C M Y K H S L
Decimal 148 159 12 0.07 0 0.92 0.38 64.49 0.86 0.34
Hex 94 9F C 7 0 5C 26 40 56 22
Octal 224 237 14 7 0 134 46 100 126 42
Binary 10010100 10011111 1100 111 0 1011100 100110 1000000 1010110 100010

Color Harmonies of #949F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F0C

Black with #949F0C

Text Example


Text Example

White with #949F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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