Html Css Color HEX #94A333 Citron

📋 copy color: '#94A333'

red 148 ◦ green 163 ◦ blue 51

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

Shades of Citron #94A333

Tints of Citron #94A333

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.03%

 BLUE value IS 51 (20.31% from 255) = 14.09%

R = 40.88%
G = 45.03%
B = 14.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#94A333 (or 0x94A333) is known color: Citron. HEX triplet: 94, A3 and 33. RGB value is (148,163,51). Sum of RGB (Red+Green+Blue) = 148+163+51=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 163 - color contains mainly: green. Hex color #94A333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A333 is #6B5CCC. Grayscale: #929292. Windows color (decimal): -7036109 or 3384212. OLE color: 3384212.

HSL color Cylindrical-coordinate representation of color #94A333: hue angle of 68.04º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94A333 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 163 51 -
CMYK 0.09 0 0.69 0.36
HSL 68.04º 0.52% 0.42% -
HSV(B) 68.04º 0.69% 0.64% -
XYZ 25.91 32.73 8.08 -
YUV 145.75 74.53 129.61 -
System Red Green Blue C M Y K H S L
Decimal 148 163 51 0.09 0 0.69 0.36 68.04 0.52 0.42
Hex 94 A3 33 9 0 45 24 44 34 2A
Octal 224 243 63 11 0 105 44 104 64 52
Binary 10010100 10100011 110011 1001 0 1000101 100100 1000100 110100 101010

Color Harmonies of #94A333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A333

Black with #94A333

Text Example


Text Example

White with #94A333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,163,51); }

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

background-color css

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

 a { background-color: rgb(148,163,51); }

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

border-color css

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

 span { border-color: rgb(148,163,51); }

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