Html Css Color HEX #94940F Citron

📋 copy color: '#94940F'

red 148 ◦ green 148 ◦ blue 15

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

Shades of Citron #94940F

Tints of Citron #94940F

RGB

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

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

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

R = 47.59%
G = 47.59%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94940F (or 0x94940F) is known color: Citron. HEX triplet: 94, 94 and 0F. RGB value is (148,148,15). Sum of RGB (Red+Green+Blue) = 148+148+15=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94940F is #6B6BF0. Grayscale: #858585. Windows color (decimal): -7039985 or 1021076. OLE color: 1021076.

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

Color convert

RGB 148 148 15 -
CMYK 0 0 0.90 0.42
HSL 60º 0.82% 0.32% -
HSV(B) 60º 0.9% 0.58% -
XYZ 22.89 27.51 4.56 -
YUV 132.84 61.5 138.81 -
System Red Green Blue C M Y K H S L
Decimal 148 148 15 0 0 0.90 0.42 60 0.82 0.32
Hex 94 94 F 0 0 5A 2A 3C 52 20
Octal 224 224 17 0 0 132 52 74 122 40
Binary 10010100 10010100 1111 0 0 1011010 101010 111100 1010010 100000

Color Harmonies of #94940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94940F

Black with #94940F

Text Example


Text Example

White with #94940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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