Html Css Color HEX #948F14 Citron

📋 copy color: '#948F14'

red 148 ◦ green 143 ◦ blue 20

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

Shades of Citron #948F14

Tints of Citron #948F14

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.98%

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 47.59%
G = 45.98%
B = 6.43%

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

#948F14 (or 0x948F14) is known color: Citron. HEX triplet: 94, 8F and 14. RGB value is (148,143,20). Sum of RGB (Red+Green+Blue) = 148+143+20=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #948F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948F14 is #6B70EB. Grayscale: #828282. Windows color (decimal): -7041260 or 1347476. OLE color: 1347476.

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

Color convert

RGB 148 143 20 -
CMYK 0 0.03 0.86 0.42
HSL 57.66º 0.76% 0.33% -
HSV(B) 57.66º 0.86% 0.58% -
XYZ 22.16 25.99 4.51 -
YUV 130.47 65.66 140.5 -
System Red Green Blue C M Y K H S L
Decimal 148 143 20 0 0.03 0.86 0.42 57.66 0.76 0.33
Hex 94 8F 14 0 3 56 2A 3A 4C 21
Octal 224 217 24 0 3 126 52 72 114 41
Binary 10010100 10001111 10100 0 11 1010110 101010 111010 1001100 100001

Color Harmonies of #948F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F14

Black with #948F14

Text Example


Text Example

White with #948F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948F14; }

 p { color: rgb(148,143,20); }

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

background-color css

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

 a { background-color: rgb(148,143,20); }

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

border-color css

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

 span { border-color: rgb(148,143,20); }

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