Html Css Color HEX #94BA10 Citrus

📋 copy color: '#94BA10'

red 148 ◦ green 186 ◦ blue 16

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

Shades of Citrus #94BA10

Tints of Citrus #94BA10

RGB

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

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

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

R = 42.29%
G = 53.14%
B = 4.57%

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

#94BA10 (or 0x94BA10) is known color: Citrus. HEX triplet: 94, BA and 10. RGB value is (148,186,16). Sum of RGB (Red+Green+Blue) = 148+186+16=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BA10 is #6B45EF. Grayscale: #9B9B9B. Windows color (decimal): -7030256 or 1096340. OLE color: 1096340.

HSL color Cylindrical-coordinate representation of color #94BA10: hue angle of 73.41º degrees, saturation: 0.84, 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 #94BA10 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 186 16 -
CMYK 0.20 0 0.91 0.27
HSL 73.41º 0.84% 0.4% -
HSV(B) 73.41º 0.91% 0.73% -
XYZ 29.87 41.45 6.92 -
YUV 155.26 49.41 122.82 -
System Red Green Blue C M Y K H S L
Decimal 148 186 16 0.20 0 0.91 0.27 73.41 0.84 0.4
Hex 94 BA 10 14 0 5B 1B 49 54 28
Octal 224 272 20 24 0 133 33 111 124 50
Binary 10010100 10111010 10000 10100 0 1011011 11011 1001001 1010100 101000

Color Harmonies of #94BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BA10

Black with #94BA10

Text Example


Text Example

White with #94BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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