Html Css Color HEX #94B703 Citrus

📋 copy color: '#94B703'

red 148 ◦ green 183 ◦ blue 3

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

Shades of Citrus #94B703

Tints of Citrus #94B703

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.79%

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

R = 44.31%
G = 54.79%
B = 0.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#94B703 (or 0x94B703) is known color: Citrus. HEX triplet: 94, B7 and 03. RGB value is (148,183,3). Sum of RGB (Red+Green+Blue) = 148+183+3=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #94B703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B703 is #6B48FC. Grayscale: #989898. Windows color (decimal): -7031037 or 243604. OLE color: 243604.

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

Color convert

RGB 148 183 3 -
CMYK 0.19 0 0.98 0.28
HSL 71.67º 0.97% 0.36% -
HSV(B) 71.67º 0.98% 0.72% -
XYZ 29.16 40.17 6.3 -
YUV 152.02 43.9 125.14 -
System Red Green Blue C M Y K H S L
Decimal 148 183 3 0.19 0 0.98 0.28 71.67 0.97 0.36
Hex 94 B7 3 13 0 62 1C 48 61 24
Octal 224 267 3 23 0 142 34 110 141 44
Binary 10010100 10110111 11 10011 0 1100010 11100 1001000 1100001 100100

Color Harmonies of #94B703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B703

Black with #94B703

Text Example


Text Example

White with #94B703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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