Html Css Color HEX #94BC10 Citrus

📋 copy color: '#94BC10'

red 148 ◦ green 188 ◦ blue 16

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

Shades of Citrus #94BC10

Tints of Citrus #94BC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.55%

R = 42.05%
G = 53.41%
B = 4.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#94BC10 (or 0x94BC10) is known color: Citrus. HEX triplet: 94, BC and 10. RGB value is (148,188,16). Sum of RGB (Red+Green+Blue) = 148+188+16=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BC10 is #6B43EF. Grayscale: #9D9D9D. Windows color (decimal): -7029744 or 1096852. OLE color: 1096852.

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

Color convert

RGB 148 188 16 -
CMYK 0.21 0 0.91 0.26
HSL 73.95º 0.84% 0.4% -
HSV(B) 73.95º 0.91% 0.74% -
XYZ 30.29 42.3 7.06 -
YUV 156.43 48.75 121.99 -
System Red Green Blue C M Y K H S L
Decimal 148 188 16 0.21 0 0.91 0.26 73.95 0.84 0.4
Hex 94 BC 10 15 0 5B 1A 4A 54 28
Octal 224 274 20 25 0 133 32 112 124 50
Binary 10010100 10111100 10000 10101 0 1011011 11010 1001010 1010100 101000

Color Harmonies of #94BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC10

Black with #94BC10

Text Example


Text Example

White with #94BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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