Html Css Color HEX #94B602 Citrus

📋 copy color: '#94B602'

red 148 ◦ green 182 ◦ blue 2

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

Shades of Citrus #94B602

Tints of Citrus #94B602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.82%

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

R = 44.58%
G = 54.82%
B = 0.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#94B602 (or 0x94B602) is known color: Citrus. HEX triplet: 94, B6 and 02. RGB value is (148,182,2). Sum of RGB (Red+Green+Blue) = 148+182+2=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 182 (71.48% from 255 or 54.82% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 182 - color contains mainly: green. Hex color #94B602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B602 is #6B49FD. Grayscale: #989898. Windows color (decimal): -7031294 or 177812. OLE color: 177812.

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

Color convert

RGB 148 182 2 -
CMYK 0.19 0 0.99 0.29
HSL 71.33º 0.98% 0.36% -
HSV(B) 71.33º 0.99% 0.71% -
XYZ 28.95 39.76 6.21 -
YUV 151.31 43.74 125.64 -
System Red Green Blue C M Y K H S L
Decimal 148 182 2 0.19 0 0.99 0.29 71.33 0.98 0.36
Hex 94 B6 2 13 0 63 1D 47 62 24
Octal 224 266 2 23 0 143 35 107 142 44
Binary 10010100 10110110 10 10011 0 1100011 11101 1000111 1100010 100100

Color Harmonies of #94B602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B602

Black with #94B602

Text Example


Text Example

White with #94B602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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