Html Css Color HEX #94910D Citron

📋 copy color: '#94910D'

red 148 ◦ green 145 ◦ blue 13

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

Shades of Citron #94910D

Tints of Citron #94910D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.39%

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 48.37%
G = 47.39%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94910D (or 0x94910D) is known color: Citron. HEX triplet: 94, 91 and 0D. RGB value is (148,145,13). Sum of RGB (Red+Green+Blue) = 148+145+13=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #94910D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94910D is #6B6EF2. Grayscale: #838383. Windows color (decimal): -7040755 or 889236. OLE color: 889236.

HSL color Cylindrical-coordinate representation of color #94910D: hue angle of 58.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94910D is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 145 13 -
CMYK 0 0.02 0.91 0.42
HSL 58.67º 0.84% 0.32% -
HSV(B) 58.67º 0.91% 0.58% -
XYZ 22.41 26.58 4.33 -
YUV 130.85 61.49 140.23 -
System Red Green Blue C M Y K H S L
Decimal 148 145 13 0 0.02 0.91 0.42 58.67 0.84 0.32
Hex 94 91 D 0 2 5B 2A 3B 54 20
Octal 224 221 15 0 2 133 52 73 124 40
Binary 10010100 10010001 1101 0 10 1011011 101010 111011 1010100 100000

Color Harmonies of #94910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94910D

Black with #94910D

Text Example


Text Example

White with #94910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94910D; }

 p { color: rgb(148,145,13); }

 H1.HeaderClassName
 {
   color: #94910D;
 }
 .AnyTagClassName
 {
   color: #94910D;
 }
</style>

background-color css

<style>
 a { background-color: #94910D; }

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

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

border-color css

<style>
 span { border-color: #94910D; }

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

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