Html Css Color HEX #94BC13 Citrus

📋 copy color: '#94BC13'

red 148 ◦ green 188 ◦ blue 19

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

Shades of Citrus #94BC13

Tints of Citrus #94BC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.35%

R = 41.69%
G = 52.96%
B = 5.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#94BC13 (or 0x94BC13) is known color: Citrus. HEX triplet: 94, BC and 13. RGB value is (148,188,19). Sum of RGB (Red+Green+Blue) = 148+188+19=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BC13 is #6B43EC. Grayscale: #9D9D9D. Windows color (decimal): -7029741 or 1293460. OLE color: 1293460.

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

Color convert

RGB 148 188 19 -
CMYK 0.21 0 0.90 0.26
HSL 74.2º 0.82% 0.41% -
HSV(B) 74.2º 0.9% 0.74% -
XYZ 30.31 42.31 7.18 -
YUV 156.77 50.25 121.74 -
System Red Green Blue C M Y K H S L
Decimal 148 188 19 0.21 0 0.90 0.26 74.2 0.82 0.41
Hex 94 BC 13 15 0 5A 1A 4A 52 29
Octal 224 274 23 25 0 132 32 112 122 51
Binary 10010100 10111100 10011 10101 0 1011010 11010 1001010 1010010 101001

Color Harmonies of #94BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC13

Black with #94BC13

Text Example


Text Example

White with #94BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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