Html Css Color HEX #949015 Citron

📋 copy color: '#949015'

red 148 ◦ green 144 ◦ blue 21

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

Shades of Citron #949015

Tints of Citron #949015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.01%

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

R = 47.28%
G = 46.01%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#949015 (or 0x949015) is known color: Citron. HEX triplet: 94, 90 and 15. RGB value is (148,144,21). Sum of RGB (Red+Green+Blue) = 148+144+21=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #949015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949015 is #6B6FEA. Grayscale: #838383. Windows color (decimal): -7041003 or 1413268. OLE color: 1413268.

HSL color Cylindrical-coordinate representation of color #949015: hue angle of 58.11º 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 #949015 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 144 21 -
CMYK 0 0.03 0.86 0.42
HSL 58.11º 0.75% 0.33% -
HSV(B) 58.11º 0.86% 0.58% -
XYZ 22.32 26.3 4.61 -
YUV 131.17 65.83 140 -
System Red Green Blue C M Y K H S L
Decimal 148 144 21 0 0.03 0.86 0.42 58.11 0.75 0.33
Hex 94 90 15 0 3 56 2A 3A 4B 21
Octal 224 220 25 0 3 126 52 72 113 41
Binary 10010100 10010000 10101 0 11 1010110 101010 111010 1001011 100001

Color Harmonies of #949015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949015

Black with #949015

Text Example


Text Example

White with #949015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949015; }

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

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

background-color css

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

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

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

border-color css

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

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

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