Html Css Color HEX #94931A Citron

📋 copy color: '#94931A'

red 148 ◦ green 147 ◦ blue 26

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

Shades of Citron #94931A

Tints of Citron #94931A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.79%

 BLUE value IS 26 (10.55% from 255) = 8.1%

R = 46.11%
G = 45.79%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94931A (or 0x94931A) is known color: Citron. HEX triplet: 94, 93 and 1A. RGB value is (148,147,26). Sum of RGB (Red+Green+Blue) = 148+147+26=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #94931A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94931A is #6B6CE5. Grayscale: #858585. Windows color (decimal): -7040230 or 1741716. OLE color: 1741716.

HSL color Cylindrical-coordinate representation of color #94931A: hue angle of 59.51º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94931A is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 147 26 -
CMYK 0 0.01 0.82 0.42
HSL 59.51º 0.7% 0.34% -
HSV(B) 59.51º 0.82% 0.58% -
XYZ 22.83 27.24 5.03 -
YUV 133.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 148 147 26 0 0.01 0.82 0.42 59.51 0.7 0.34
Hex 94 93 1A 0 1 52 2A 3C 46 22
Octal 224 223 32 0 1 122 52 74 106 42
Binary 10010100 10010011 11010 0 1 1010010 101010 111100 1000110 100010

Color Harmonies of #94931A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94931A

Black with #94931A

Text Example


Text Example

White with #94931A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94931A; }

 p { color: rgb(148,147,26); }

 H1.HeaderClassName
 {
   color: #94931A;
 }
 .AnyTagClassName
 {
   color: #94931A;
 }
</style>

background-color css

<style>
 a { background-color: #94931A; }

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

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

border-color css

<style>
 span { border-color: #94931A; }

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

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