Html Css Color HEX #94B502 Citrus

📋 copy color: '#94B502'

red 148 ◦ green 181 ◦ blue 2

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

Shades of Citrus #94B502

Tints of Citrus #94B502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 44.71%
G = 54.68%
B = 0.6%

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

#94B502 (or 0x94B502) is known color: Citrus. HEX triplet: 94, B5 and 02. RGB value is (148,181,2). Sum of RGB (Red+Green+Blue) = 148+181+2=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #94B502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B502 is #6B4AFD. Grayscale: #979797. Windows color (decimal): -7031550 or 177556. OLE color: 177556.

HSL color Cylindrical-coordinate representation of color #94B502: hue angle of 71.06º degrees, saturation: 0.98, 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 #94B502 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 181 2 -
CMYK 0.18 0 0.99 0.29
HSL 71.06º 0.98% 0.36% -
HSV(B) 71.06º 0.99% 0.71% -
XYZ 28.75 39.35 6.14 -
YUV 150.73 44.07 126.05 -
System Red Green Blue C M Y K H S L
Decimal 148 181 2 0.18 0 0.99 0.29 71.06 0.98 0.36
Hex 94 B5 2 12 0 63 1D 47 62 24
Octal 224 265 2 22 0 143 35 107 142 44
Binary 10010100 10110101 10 10010 0 1100011 11101 1000111 1100010 100100

Color Harmonies of #94B502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B502

Black with #94B502

Text Example


Text Example

White with #94B502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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