Html Css Color HEX #94BD16 Citrus

📋 copy color: '#94BD16'

red 148 ◦ green 189 ◦ blue 22

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

Shades of Citrus #94BD16

Tints of Citrus #94BD16

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.65%

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

R = 41.23%
G = 52.65%
B = 6.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#94BD16 (or 0x94BD16) is known color: Citrus. HEX triplet: 94, BD and 16. RGB value is (148,189,22). Sum of RGB (Red+Green+Blue) = 148+189+22=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BD16 is #6B42E9. Grayscale: #9E9E9E. Windows color (decimal): -7029482 or 1490324. OLE color: 1490324.

HSL color Cylindrical-coordinate representation of color #94BD16: hue angle of 74.73º 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 #94BD16 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 189 22 -
CMYK 0.22 0 0.88 0.26
HSL 74.73º 0.79% 0.41% -
HSV(B) 74.73º 0.88% 0.74% -
XYZ 30.56 42.75 7.4 -
YUV 157.7 51.42 121.08 -
System Red Green Blue C M Y K H S L
Decimal 148 189 22 0.22 0 0.88 0.26 74.73 0.79 0.41
Hex 94 BD 16 16 0 58 1A 4B 4F 29
Octal 224 275 26 26 0 130 32 113 117 51
Binary 10010100 10111101 10110 10110 0 1011000 11010 1001011 1001111 101001

Color Harmonies of #94BD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BD16

Black with #94BD16

Text Example


Text Example

White with #94BD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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