Html Css Color HEX #94B80E Citrus

📋 copy color: '#94B80E'

red 148 ◦ green 184 ◦ blue 14

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

Shades of Citrus #94B80E

Tints of Citrus #94B80E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.18%

 BLUE value IS 14 (5.86% from 255) = 4.05%

R = 42.77%
G = 53.18%
B = 4.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#94B80E (or 0x94B80E) is known color: Citrus. HEX triplet: 94, B8 and 0E. RGB value is (148,184,14). Sum of RGB (Red+Green+Blue) = 148+184+14=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 184 (72.27% from 255 or 53.18% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 184 - color contains mainly: green. Hex color #94B80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B80E is #6B47F1. Grayscale: #9A9A9A. Windows color (decimal): -7030770 or 964756. OLE color: 964756.

HSL color Cylindrical-coordinate representation of color #94B80E: hue angle of 72.71º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94B80E is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 184 14 -
CMYK 0.20 0 0.92 0.28
HSL 72.71º 0.86% 0.39% -
HSV(B) 72.71º 0.92% 0.72% -
XYZ 29.43 40.61 6.7 -
YUV 153.86 49.07 123.82 -
System Red Green Blue C M Y K H S L
Decimal 148 184 14 0.20 0 0.92 0.28 72.71 0.86 0.39
Hex 94 B8 E 14 0 5C 1C 49 56 27
Octal 224 270 16 24 0 134 34 111 126 47
Binary 10010100 10111000 1110 10100 0 1011100 11100 1001001 1010110 100111

Color Harmonies of #94B80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B80E

Black with #94B80E

Text Example


Text Example

White with #94B80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,184,14); }

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

background-color css

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

 a { background-color: rgb(148,184,14); }

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

border-color css

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

 span { border-color: rgb(148,184,14); }

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