Html Css Color HEX #94B803 Citrus

📋 copy color: '#94B803'

red 148 ◦ green 184 ◦ blue 3

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

Shades of Citrus #94B803

Tints of Citrus #94B803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 44.18%
G = 54.93%
B = 0.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#94B803 (or 0x94B803) is known color: Citrus. HEX triplet: 94, B8 and 03. RGB value is (148,184,3). Sum of RGB (Red+Green+Blue) = 148+184+3=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 184 (72.27% from 255 or 54.93% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 184 - color contains mainly: green. Hex color #94B803 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B803 is #6B47FC. Grayscale: #999999. Windows color (decimal): -7030781 or 243860. OLE color: 243860.

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

Color convert

RGB 148 184 3 -
CMYK 0.20 0 0.98 0.28
HSL 71.93º 0.97% 0.37% -
HSV(B) 71.93º 0.98% 0.72% -
XYZ 29.37 40.58 6.37 -
YUV 152.6 43.57 124.72 -
System Red Green Blue C M Y K H S L
Decimal 148 184 3 0.20 0 0.98 0.28 71.93 0.97 0.37
Hex 94 B8 3 14 0 62 1C 48 61 25
Octal 224 270 3 24 0 142 34 110 141 45
Binary 10010100 10111000 11 10100 0 1100010 11100 1001000 1100001 100101

Color Harmonies of #94B803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B803

Black with #94B803

Text Example


Text Example

White with #94B803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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