Html Css Color HEX #948F1F Citron

📋 copy color: '#948F1F'

red 148 ◦ green 143 ◦ blue 31

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

Shades of Citron #948F1F

Tints of Citron #948F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.63%

R = 45.96%
G = 44.41%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#948F1F (or 0x948F1F) is known color: Citron. HEX triplet: 94, 8F and 1F. RGB value is (148,143,31). Sum of RGB (Red+Green+Blue) = 148+143+31=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #948F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948F1F is #6B70E0. Grayscale: #848484. Windows color (decimal): -7041249 or 2068372. OLE color: 2068372.

HSL color Cylindrical-coordinate representation of color #948F1F: hue angle of 57.44º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #948F1F is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 143 31 -
CMYK 0 0.03 0.79 0.42
HSL 57.44º 0.65% 0.35% -
HSV(B) 57.44º 0.79% 0.58% -
XYZ 22.28 26.04 5.15 -
YUV 131.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 148 143 31 0 0.03 0.79 0.42 57.44 0.65 0.35
Hex 94 8F 1F 0 3 4F 2A 39 41 23
Octal 224 217 37 0 3 117 52 71 101 43
Binary 10010100 10001111 11111 0 11 1001111 101010 111001 1000001 100011

Color Harmonies of #948F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F1F

Black with #948F1F

Text Example


Text Example

White with #948F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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