Html Css Color HEX #94BA11 Citrus

📋 copy color: '#94BA11'

red 148 ◦ green 186 ◦ blue 17

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

Shades of Citrus #94BA11

Tints of Citrus #94BA11

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.99%

 BLUE value IS 17 (7.03% from 255) = 4.84%

R = 42.17%
G = 52.99%
B = 4.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#94BA11 (or 0x94BA11) is known color: Citrus. HEX triplet: 94, BA and 11. RGB value is (148,186,17). Sum of RGB (Red+Green+Blue) = 148+186+17=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BA11 is #6B45EE. Grayscale: #9C9C9C. Windows color (decimal): -7030255 or 1161876. OLE color: 1161876.

HSL color Cylindrical-coordinate representation of color #94BA11: hue angle of 73.49º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94BA11 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 186 17 -
CMYK 0.20 0 0.91 0.27
HSL 73.49º 0.83% 0.4% -
HSV(B) 73.49º 0.91% 0.73% -
XYZ 29.87 41.45 6.96 -
YUV 155.37 49.91 122.74 -
System Red Green Blue C M Y K H S L
Decimal 148 186 17 0.20 0 0.91 0.27 73.49 0.83 0.4
Hex 94 BA 11 14 0 5B 1B 49 53 28
Octal 224 272 21 24 0 133 33 111 123 50
Binary 10010100 10111010 10001 10100 0 1011011 11011 1001001 1010011 101000

Color Harmonies of #94BA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BA11

Black with #94BA11

Text Example


Text Example

White with #94BA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,186,17); }

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

background-color css

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

 a { background-color: rgb(148,186,17); }

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

border-color css

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

 span { border-color: rgb(148,186,17); }

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