Html Css Color HEX #94A10B Citron

📋 copy color: '#94A10B'

red 148 ◦ green 161 ◦ blue 11

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

Shades of Citron #94A10B

Tints of Citron #94A10B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.31%

 BLUE value IS 11 (4.69% from 255) = 3.44%

R = 46.25%
G = 50.31%
B = 3.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#94A10B (or 0x94A10B) is known color: Citron. HEX triplet: 94, A1 and 0B. RGB value is (148,161,11). Sum of RGB (Red+Green+Blue) = 148+161+11=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #94A10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A10B is #6B5EF4. Grayscale: #8C8C8C. Windows color (decimal): -7036661 or 762260. OLE color: 762260.

HSL color Cylindrical-coordinate representation of color #94A10B: hue angle of 65.2º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94A10B is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 161 11 -
CMYK 0.08 0 0.93 0.37
HSL 65.2º 0.87% 0.34% -
HSV(B) 65.2º 0.93% 0.63% -
XYZ 25.02 31.81 5.14 -
YUV 140.01 55.19 133.7 -
System Red Green Blue C M Y K H S L
Decimal 148 161 11 0.08 0 0.93 0.37 65.2 0.87 0.34
Hex 94 A1 B 8 0 5D 25 41 57 22
Octal 224 241 13 10 0 135 45 101 127 42
Binary 10010100 10100001 1011 1000 0 1011101 100101 1000001 1010111 100010

Color Harmonies of #94A10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A10B

Black with #94A10B

Text Example


Text Example

White with #94A10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A10B; }

 p { color: rgb(148,161,11); }

 H1.HeaderClassName
 {
   color: #94A10B;
 }
 .AnyTagClassName
 {
   color: #94A10B;
 }
</style>

background-color css

<style>
 a { background-color: #94A10B; }

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

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

border-color css

<style>
 span { border-color: #94A10B; }

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

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