Html Css Color HEX #94B401 Citrus

📋 copy color: '#94B401'

red 148 ◦ green 180 ◦ blue 1

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

Shades of Citrus #94B401

Tints of Citrus #94B401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.71%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 44.98%
G = 54.71%
B = 0.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#94B401 (or 0x94B401) is known color: Citrus. HEX triplet: 94, B4 and 01. RGB value is (148,180,1). Sum of RGB (Red+Green+Blue) = 148+180+1=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #94B401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B401 is #6B4BFE. Grayscale: #969696. Windows color (decimal): -7031807 or 111764. OLE color: 111764.

HSL color Cylindrical-coordinate representation of color #94B401: hue angle of 70.73º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94B401 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 180 1 -
CMYK 0.18 0 0.99 0.29
HSL 70.73º 0.99% 0.35% -
HSV(B) 70.73º 0.99% 0.71% -
XYZ 28.54 38.94 6.04 -
YUV 150.03 43.9 126.55 -
System Red Green Blue C M Y K H S L
Decimal 148 180 1 0.18 0 0.99 0.29 70.73 0.99 0.35
Hex 94 B4 1 12 0 63 1D 47 63 23
Octal 224 264 1 22 0 143 35 107 143 43
Binary 10010100 10110100 1 10010 0 1100011 11101 1000111 1100011 100011

Color Harmonies of #94B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B401

Black with #94B401

Text Example


Text Example

White with #94B401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,180,1); }

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

background-color css

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

 a { background-color: rgb(148,180,1); }

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

border-color css

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

 span { border-color: rgb(148,180,1); }

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