Html Css Color HEX #94910A Citron

📋 copy color: '#94910A'

red 148 ◦ green 145 ◦ blue 10

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

Shades of Citron #94910A

Tints of Citron #94910A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.3%

R = 48.84%
G = 47.85%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94910A (or 0x94910A) is known color: Citron. HEX triplet: 94, 91 and 0A. RGB value is (148,145,10). Sum of RGB (Red+Green+Blue) = 148+145+10=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #94910A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94910A is #6B6EF5. Grayscale: #838383. Windows color (decimal): -7040758 or 692628. OLE color: 692628.

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

Color convert

RGB 148 145 10 -
CMYK 0 0.02 0.93 0.42
HSL 58.7º 0.87% 0.31% -
HSV(B) 58.7º 0.93% 0.58% -
XYZ 22.39 26.57 4.24 -
YUV 130.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 148 145 10 0 0.02 0.93 0.42 58.7 0.87 0.31
Hex 94 91 A 0 2 5D 2A 3B 57 1F
Octal 224 221 12 0 2 135 52 73 127 37
Binary 10010100 10010001 1010 0 10 1011101 101010 111011 1010111 11111

Color Harmonies of #94910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94910A

Black with #94910A

Text Example


Text Example

White with #94910A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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