Html Css Color HEX #94B011 Citrus

📋 copy color: '#94B011'

red 148 ◦ green 176 ◦ blue 17

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

Shades of Citrus #94B011

Tints of Citrus #94B011

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.61%

 BLUE value IS 17 (7.03% from 255) = 4.99%

R = 43.4%
G = 51.61%
B = 4.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#94B011 (or 0x94B011) is known color: Citrus. HEX triplet: 94, B0 and 11. RGB value is (148,176,17). Sum of RGB (Red+Green+Blue) = 148+176+17=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #94B011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94B011 is #6B4FEE. Grayscale: #969696. Windows color (decimal): -7032815 or 1159316. OLE color: 1159316.

HSL color Cylindrical-coordinate representation of color #94B011: hue angle of 70.57º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94B011 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 176 17 -
CMYK 0.16 0 0.90 0.31
HSL 70.57º 0.82% 0.38% -
HSV(B) 70.57º 0.9% 0.69% -
XYZ 27.84 37.39 6.28 -
YUV 149.5 53.22 126.93 -
System Red Green Blue C M Y K H S L
Decimal 148 176 17 0.16 0 0.90 0.31 70.57 0.82 0.38
Hex 94 B0 11 10 0 5A 1F 47 52 26
Octal 224 260 21 20 0 132 37 107 122 46
Binary 10010100 10110000 10001 10000 0 1011010 11111 1000111 1010010 100110

Color Harmonies of #94B011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B011

Black with #94B011

Text Example


Text Example

White with #94B011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,176,17); }

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

background-color css

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

 a { background-color: rgb(148,176,17); }

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

border-color css

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

 span { border-color: rgb(148,176,17); }

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