Html Css Color HEX #94B702 Citrus

📋 copy color: '#94B702'

red 148 ◦ green 183 ◦ blue 2

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

Shades of Citrus #94B702

Tints of Citrus #94B702

RGB

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

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

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

R = 44.44%
G = 54.95%
B = 0.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#94B702 (or 0x94B702) is known color: Citrus. HEX triplet: 94, B7 and 02. RGB value is (148,183,2). Sum of RGB (Red+Green+Blue) = 148+183+2=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #94B702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B702 is #6B48FD. Grayscale: #989898. Windows color (decimal): -7031038 or 178068. OLE color: 178068.

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

Color convert

RGB 148 183 2 -
CMYK 0.19 0 0.99 0.28
HSL 71.6º 0.98% 0.36% -
HSV(B) 71.6º 0.99% 0.72% -
XYZ 29.16 40.17 6.27 -
YUV 151.9 43.4 125.22 -
System Red Green Blue C M Y K H S L
Decimal 148 183 2 0.19 0 0.99 0.28 71.6 0.98 0.36
Hex 94 B7 2 13 0 63 1C 48 62 24
Octal 224 267 2 23 0 143 34 110 142 44
Binary 10010100 10110111 10 10011 0 1100011 11100 1001000 1100010 100100

Color Harmonies of #94B702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B702

Black with #94B702

Text Example


Text Example

White with #94B702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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