Html Css Color HEX #94A330 Citron

📋 copy color: '#94A330'

red 148 ◦ green 163 ◦ blue 48

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

Shades of Citron #94A330

Tints of Citron #94A330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.37%

R = 41.23%
G = 45.4%
B = 13.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#94A330 (or 0x94A330) is known color: Citron. HEX triplet: 94, A3 and 30. RGB value is (148,163,48). Sum of RGB (Red+Green+Blue) = 148+163+48=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 163 - color contains mainly: green. Hex color #94A330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A330 is #6B5CCF. Grayscale: #919191. Windows color (decimal): -7036112 or 3187604. OLE color: 3187604.

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

Color convert

RGB 148 163 48 -
CMYK 0.09 0 0.71 0.36
HSL 67.83º 0.55% 0.41% -
HSV(B) 67.83º 0.71% 0.64% -
XYZ 25.84 32.7 7.75 -
YUV 145.41 73.03 129.85 -
System Red Green Blue C M Y K H S L
Decimal 148 163 48 0.09 0 0.71 0.36 67.83 0.55 0.41
Hex 94 A3 30 9 0 47 24 44 37 29
Octal 224 243 60 11 0 107 44 104 67 51
Binary 10010100 10100011 110000 1001 0 1000111 100100 1000100 110111 101001

Color Harmonies of #94A330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A330

Black with #94A330

Text Example


Text Example

White with #94A330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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