Html Css Color HEX #949515 Citron

📋 copy color: '#949515'

red 148 ◦ green 149 ◦ blue 21

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

Shades of Citron #949515

Tints of Citron #949515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.6%

R = 46.54%
G = 46.86%
B = 6.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#949515 (or 0x949515) is known color: Citron. HEX triplet: 94, 95 and 15. RGB value is (148,149,21). Sum of RGB (Red+Green+Blue) = 148+149+21=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #949515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949515 is #6B6AEA. Grayscale: #868686. Windows color (decimal): -7039723 or 1414548. OLE color: 1414548.

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

Color convert

RGB 148 149 21 -
CMYK 0.01 0 0.86 0.42
HSL 60.47º 0.75% 0.33% -
HSV(B) 60.47º 0.86% 0.58% -
XYZ 23.1 27.84 4.87 -
YUV 134.11 64.17 137.91 -
System Red Green Blue C M Y K H S L
Decimal 148 149 21 0.01 0 0.86 0.42 60.47 0.75 0.33
Hex 94 95 15 1 0 56 2A 3C 4B 21
Octal 224 225 25 1 0 126 52 74 113 41
Binary 10010100 10010101 10101 1 0 1010110 101010 111100 1001011 100001

Color Harmonies of #949515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949515

Black with #949515

Text Example


Text Example

White with #949515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949515; }

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

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

background-color css

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

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

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

border-color css

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

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

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