Html Css Color HEX #94BC16 Citrus

📋 copy color: '#94BC16'

red 148 ◦ green 188 ◦ blue 22

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

Shades of Citrus #94BC16

Tints of Citrus #94BC16

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.51%

 BLUE value IS 22 (8.98% from 255) = 6.15%

R = 41.34%
G = 52.51%
B = 6.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#94BC16 (or 0x94BC16) is known color: Citrus. HEX triplet: 94, BC and 16. RGB value is (148,188,22). Sum of RGB (Red+Green+Blue) = 148+188+22=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BC16 is #6B43E9. Grayscale: #9D9D9D. Windows color (decimal): -7029738 or 1490068. OLE color: 1490068.

HSL color Cylindrical-coordinate representation of color #94BC16: hue angle of 74.46º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94BC16 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 188 22 -
CMYK 0.21 0 0.88 0.26
HSL 74.46º 0.79% 0.41% -
HSV(B) 74.46º 0.88% 0.74% -
XYZ 30.34 42.32 7.33 -
YUV 157.12 51.75 121.5 -
System Red Green Blue C M Y K H S L
Decimal 148 188 22 0.21 0 0.88 0.26 74.46 0.79 0.41
Hex 94 BC 16 15 0 58 1A 4A 4F 29
Octal 224 274 26 25 0 130 32 112 117 51
Binary 10010100 10111100 10110 10101 0 1011000 11010 1001010 1001111 101001

Color Harmonies of #94BC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC16

Black with #94BC16

Text Example


Text Example

White with #94BC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,188,22); }

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

background-color css

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

 a { background-color: rgb(148,188,22); }

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

border-color css

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

 span { border-color: rgb(148,188,22); }

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