Html Css Color HEX #948C0F Citron

📋 copy color: '#948C0F'

red 148 ◦ green 140 ◦ blue 15

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

Shades of Citron #948C0F

Tints of Citron #948C0F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.2%

 BLUE value IS 15 (6.25% from 255) = 4.95%

R = 48.84%
G = 46.2%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#948C0F (or 0x948C0F) is known color: Citron. HEX triplet: 94, 8C and 0F. RGB value is (148,140,15). Sum of RGB (Red+Green+Blue) = 148+140+15=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #948C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948C0F is #6B73F0. Grayscale: #808080. Windows color (decimal): -7042033 or 1019028. OLE color: 1019028.

HSL color Cylindrical-coordinate representation of color #948C0F: hue angle of 56.39º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #948C0F is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 140 15 -
CMYK 0 0.05 0.90 0.42
HSL 56.39º 0.82% 0.32% -
HSV(B) 56.39º 0.9% 0.58% -
XYZ 21.68 25.09 4.15 -
YUV 128.14 64.15 142.16 -
System Red Green Blue C M Y K H S L
Decimal 148 140 15 0 0.05 0.90 0.42 56.39 0.82 0.32
Hex 94 8C F 0 5 5A 2A 38 52 20
Octal 224 214 17 0 5 132 52 70 122 40
Binary 10010100 10001100 1111 0 101 1011010 101010 111000 1010010 100000

Color Harmonies of #948C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C0F

Black with #948C0F

Text Example


Text Example

White with #948C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,140,15); }

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

background-color css

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

 a { background-color: rgb(148,140,15); }

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

border-color css

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

 span { border-color: rgb(148,140,15); }

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