Html Css Color HEX #94B619 Citrus

📋 copy color: '#94B619'

red 148 ◦ green 182 ◦ blue 25

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

Shades of Citrus #94B619

Tints of Citrus #94B619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.27%

 BLUE value IS 25 (10.16% from 255) = 7.04%

R = 41.69%
G = 51.27%
B = 7.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#94B619 (or 0x94B619) is known color: Citrus. HEX triplet: 94, B6 and 19. RGB value is (148,182,25). Sum of RGB (Red+Green+Blue) = 148+182+25=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #94B619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B619 is #6B49E6. Grayscale: #9A9A9A. Windows color (decimal): -7031271 or 1685140. OLE color: 1685140.

HSL color Cylindrical-coordinate representation of color #94B619: hue angle of 72.99º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94B619 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 182 25 -
CMYK 0.19 0 0.86 0.29
HSL 72.99º 0.76% 0.41% -
HSV(B) 72.99º 0.86% 0.71% -
XYZ 29.12 39.82 7.07 -
YUV 153.94 55.24 123.77 -
System Red Green Blue C M Y K H S L
Decimal 148 182 25 0.19 0 0.86 0.29 72.99 0.76 0.41
Hex 94 B6 19 13 0 56 1D 49 4C 29
Octal 224 266 31 23 0 126 35 111 114 51
Binary 10010100 10110110 11001 10011 0 1010110 11101 1001001 1001100 101001

Color Harmonies of #94B619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B619

Black with #94B619

Text Example


Text Example

White with #94B619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,182,25); }

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

background-color css

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

 a { background-color: rgb(148,182,25); }

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

border-color css

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

 span { border-color: rgb(148,182,25); }

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