Html Css Color HEX #94B518 Citrus

📋 copy color: '#94B518'

red 148 ◦ green 181 ◦ blue 24

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

Shades of Citrus #94B518

Tints of Citrus #94B518

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.27%

 BLUE value IS 24 (9.77% from 255) = 6.8%

R = 41.93%
G = 51.27%
B = 6.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#94B518 (or 0x94B518) is known color: Citrus. HEX triplet: 94, B5 and 18. RGB value is (148,181,24). Sum of RGB (Red+Green+Blue) = 148+181+24=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #94B518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B518 is #6B4AE7. Grayscale: #999999. Windows color (decimal): -7031528 or 1619348. OLE color: 1619348.

HSL color Cylindrical-coordinate representation of color #94B518: hue angle of 72.61º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94B518 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 181 24 -
CMYK 0.18 0 0.87 0.29
HSL 72.61º 0.77% 0.4% -
HSV(B) 72.61º 0.87% 0.71% -
XYZ 28.9 39.41 6.95 -
YUV 153.24 55.07 124.27 -
System Red Green Blue C M Y K H S L
Decimal 148 181 24 0.18 0 0.87 0.29 72.61 0.77 0.4
Hex 94 B5 18 12 0 57 1D 49 4D 28
Octal 224 265 30 22 0 127 35 111 115 50
Binary 10010100 10110101 11000 10010 0 1010111 11101 1001001 1001101 101000

Color Harmonies of #94B518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B518

Black with #94B518

Text Example


Text Example

White with #94B518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,181,24); }

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

background-color css

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

 a { background-color: rgb(148,181,24); }

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

border-color css

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

 span { border-color: rgb(148,181,24); }

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