Html Css Color HEX #94BB01 Citrus

📋 copy color: '#94BB01'

red 148 ◦ green 187 ◦ blue 1

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

Shades of Citrus #94BB01

Tints of Citrus #94BB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.65%

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

R = 44.05%
G = 55.65%
B = 0.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#94BB01 (or 0x94BB01) is known color: Citrus. HEX triplet: 94, BB and 01. RGB value is (148,187,1). Sum of RGB (Red+Green+Blue) = 148+187+1=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BB01 is #6B44FE. Grayscale: #9A9A9A. Windows color (decimal): -7030015 or 113556. OLE color: 113556.

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

Color convert

RGB 148 187 1 -
CMYK 0.21 0 0.99 0.27
HSL 72.58º 0.99% 0.37% -
HSV(B) 72.58º 0.99% 0.73% -
XYZ 29.99 41.84 6.52 -
YUV 154.14 41.58 123.62 -
System Red Green Blue C M Y K H S L
Decimal 148 187 1 0.21 0 0.99 0.27 72.58 0.99 0.37
Hex 94 BB 1 15 0 63 1B 49 63 25
Octal 224 273 1 25 0 143 33 111 143 45
Binary 10010100 10111011 1 10101 0 1100011 11011 1001001 1100011 100101

Color Harmonies of #94BB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BB01

Black with #94BB01

Text Example


Text Example

White with #94BB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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