Html Css Color HEX #949E10 Citron

📋 copy color: '#949E10'

red 148 ◦ green 158 ◦ blue 16

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

Shades of Citron #949E10

Tints of Citron #949E10

RGB

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

 GREEN value IS 158 (62.11% from 255) = 49.07%

 BLUE value IS 16 (6.64% from 255) = 4.97%

R = 45.96%
G = 49.07%
B = 4.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#949E10 (or 0x949E10) is known color: Citron. HEX triplet: 94, 9E and 10. RGB value is (148,158,16). Sum of RGB (Red+Green+Blue) = 148+158+16=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #949E10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949E10 is #6B61EF. Grayscale: #8B8B8B. Windows color (decimal): -7037424 or 1089172. OLE color: 1089172.

HSL color Cylindrical-coordinate representation of color #949E10: hue angle of 64.23º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #949E10 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 158 16 -
CMYK 0.06 0 0.90 0.38
HSL 64.23º 0.82% 0.34% -
HSV(B) 64.23º 0.9% 0.62% -
XYZ 24.53 30.79 5.14 -
YUV 138.82 58.69 134.55 -
System Red Green Blue C M Y K H S L
Decimal 148 158 16 0.06 0 0.90 0.38 64.23 0.82 0.34
Hex 94 9E 10 6 0 5A 26 40 52 22
Octal 224 236 20 6 0 132 46 100 122 42
Binary 10010100 10011110 10000 110 0 1011010 100110 1000000 1010010 100010

Color Harmonies of #949E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E10

Black with #949E10

Text Example


Text Example

White with #949E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,158,16); }

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

background-color css

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

 a { background-color: rgb(148,158,16); }

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

border-color css

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

 span { border-color: rgb(148,158,16); }

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