Html Css Color HEX #94BC01 Citrus

📋 copy color: '#94BC01'

red 148 ◦ green 188 ◦ blue 1

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

Shades of Citrus #94BC01

Tints of Citrus #94BC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 43.92%
G = 55.79%
B = 0.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#94BC01 (or 0x94BC01) is known color: Citrus. HEX triplet: 94, BC and 01. RGB value is (148,188,1). Sum of RGB (Red+Green+Blue) = 148+188+1=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BC01 is #6B43FE. Grayscale: #9B9B9B. Windows color (decimal): -7029759 or 113812. OLE color: 113812.

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

Color convert

RGB 148 188 1 -
CMYK 0.21 0 0.99 0.26
HSL 72.83º 0.99% 0.37% -
HSV(B) 72.83º 0.99% 0.74% -
XYZ 30.2 42.26 6.59 -
YUV 154.72 41.25 123.21 -
System Red Green Blue C M Y K H S L
Decimal 148 188 1 0.21 0 0.99 0.26 72.83 0.99 0.37
Hex 94 BC 1 15 0 63 1A 49 63 25
Octal 224 274 1 25 0 143 32 111 143 45
Binary 10010100 10111100 1 10101 0 1100011 11010 1001001 1100011 100101

Color Harmonies of #94BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC01

Black with #94BC01

Text Example


Text Example

White with #94BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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