Html Css Color HEX #94B501 Citrus

📋 copy color: '#94B501'

red 148 ◦ green 181 ◦ blue 1

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

Shades of Citrus #94B501

Tints of Citrus #94B501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 54.85%

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

R = 44.85%
G = 54.85%
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

#94B501 (or 0x94B501) is known color: Citrus. HEX triplet: 94, B5 and 01. RGB value is (148,181,1). Sum of RGB (Red+Green+Blue) = 148+181+1=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #94B501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B501 is #6B4AFE. Grayscale: #979797. Windows color (decimal): -7031551 or 112020. OLE color: 112020.

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

Color convert

RGB 148 181 1 -
CMYK 0.18 0 0.99 0.29
HSL 71º 0.99% 0.36% -
HSV(B) 71º 0.99% 0.71% -
XYZ 28.74 39.35 6.11 -
YUV 150.61 43.57 126.14 -
System Red Green Blue C M Y K H S L
Decimal 148 181 1 0.18 0 0.99 0.29 71 0.99 0.36
Hex 94 B5 1 12 0 63 1D 47 63 24
Octal 224 265 1 22 0 143 35 107 143 44
Binary 10010100 10110101 1 10010 0 1100011 11101 1000111 1100011 100100

Color Harmonies of #94B501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B501

Black with #94B501

Text Example


Text Example

White with #94B501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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