Html Css Color HEX #949610 Citron

📋 copy color: '#949610'

red 148 ◦ green 150 ◦ blue 16

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

Shades of Citron #949610

Tints of Citron #949610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.77%

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

R = 47.13%
G = 47.77%
B = 5.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#949610 (or 0x949610) is known color: Citron. HEX triplet: 94, 96 and 10. RGB value is (148,150,16). Sum of RGB (Red+Green+Blue) = 148+150+16=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #949610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949610 is #6B69EF. Grayscale: #868686. Windows color (decimal): -7039472 or 1087124. OLE color: 1087124.

HSL color Cylindrical-coordinate representation of color #949610: hue angle of 60.9º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #949610 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 150 16 -
CMYK 0.01 0 0.89 0.41
HSL 60.9º 0.81% 0.33% -
HSV(B) 60.9º 0.89% 0.59% -
XYZ 23.21 28.15 4.7 -
YUV 134.13 61.34 137.9 -
System Red Green Blue C M Y K H S L
Decimal 148 150 16 0.01 0 0.89 0.41 60.9 0.81 0.33
Hex 94 96 10 1 0 59 29 3D 51 21
Octal 224 226 20 1 0 131 51 75 121 41
Binary 10010100 10010110 10000 1 0 1011001 101001 111101 1010001 100001

Color Harmonies of #949610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949610

Black with #949610

Text Example


Text Example

White with #949610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949610; }

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

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

background-color css

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

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

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

border-color css

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

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

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