Html Css Color HEX #94901F Citron

📋 copy color: '#94901F'

red 148 ◦ green 144 ◦ blue 31

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

Shades of Citron #94901F

Tints of Citron #94901F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.58%

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

R = 45.82%
G = 44.58%
B = 9.6%

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

#94901F (or 0x94901F) is known color: Citron. HEX triplet: 94, 90 and 1F. RGB value is (148,144,31). Sum of RGB (Red+Green+Blue) = 148+144+31=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #94901F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94901F is #6B6FE0. Grayscale: #848484. Windows color (decimal): -7040993 or 2068628. OLE color: 2068628.

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

Color convert

RGB 148 144 31 -
CMYK 0 0.03 0.79 0.42
HSL 57.95º 0.65% 0.35% -
HSV(B) 57.95º 0.79% 0.58% -
XYZ 22.43 26.34 5.2 -
YUV 132.31 70.83 139.19 -
System Red Green Blue C M Y K H S L
Decimal 148 144 31 0 0.03 0.79 0.42 57.95 0.65 0.35
Hex 94 90 1F 0 3 4F 2A 3A 41 23
Octal 224 220 37 0 3 117 52 72 101 43
Binary 10010100 10010000 11111 0 11 1001111 101010 111010 1000001 100011

Color Harmonies of #94901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94901F

Black with #94901F

Text Example


Text Example

White with #94901F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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