Html Css Color HEX #94B710 Citrus

📋 copy color: '#94B710'

red 148 ◦ green 183 ◦ blue 16

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

Shades of Citrus #94B710

Tints of Citrus #94B710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.61%

R = 42.65%
G = 52.74%
B = 4.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#94B710 (or 0x94B710) is known color: Citrus. HEX triplet: 94, B7 and 10. RGB value is (148,183,16). Sum of RGB (Red+Green+Blue) = 148+183+16=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #94B710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B710 is #6B48EF. Grayscale: #9A9A9A. Windows color (decimal): -7031024 or 1095572. OLE color: 1095572.

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

Color convert

RGB 148 183 16 -
CMYK 0.19 0 0.91 0.28
HSL 72.57º 0.84% 0.39% -
HSV(B) 72.57º 0.91% 0.72% -
XYZ 29.24 40.2 6.71 -
YUV 153.5 50.4 124.08 -
System Red Green Blue C M Y K H S L
Decimal 148 183 16 0.19 0 0.91 0.28 72.57 0.84 0.39
Hex 94 B7 10 13 0 5B 1C 49 54 27
Octal 224 267 20 23 0 133 34 111 124 47
Binary 10010100 10110111 10000 10011 0 1011011 11100 1001001 1010100 100111

Color Harmonies of #94B710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B710

Black with #94B710

Text Example


Text Example

White with #94B710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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