Html Css Color HEX #94950F Citron

📋 copy color: '#94950F'

red 148 ◦ green 149 ◦ blue 15

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

Shades of Citron #94950F

Tints of Citron #94950F

RGB

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

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

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

R = 47.44%
G = 47.76%
B = 4.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94950F (or 0x94950F) is known color: Citron. HEX triplet: 94, 95 and 0F. RGB value is (148,149,15). Sum of RGB (Red+Green+Blue) = 148+149+15=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #94950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94950F is #6B6AF0. Grayscale: #858585. Windows color (decimal): -7039729 or 1021332. OLE color: 1021332.

HSL color Cylindrical-coordinate representation of color #94950F: hue angle of 60.45º 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 #94950F is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 149 15 -
CMYK 0.01 0 0.90 0.42
HSL 60.45º 0.82% 0.32% -
HSV(B) 60.45º 0.9% 0.58% -
XYZ 23.05 27.83 4.61 -
YUV 133.43 61.17 138.4 -
System Red Green Blue C M Y K H S L
Decimal 148 149 15 0.01 0 0.90 0.42 60.45 0.82 0.32
Hex 94 95 F 1 0 5A 2A 3C 52 20
Octal 224 225 17 1 0 132 52 74 122 40
Binary 10010100 10010101 1111 1 0 1011010 101010 111100 1010010 100000

Color Harmonies of #94950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94950F

Black with #94950F

Text Example


Text Example

White with #94950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94950F; }

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

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

background-color css

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

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

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

border-color css

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

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

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