Html Css Color HEX #94B512 Citrus

📋 copy color: '#94B512'

red 148 ◦ green 181 ◦ blue 18

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

Shades of Citrus #94B512

Tints of Citrus #94B512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.19%

R = 42.65%
G = 52.16%
B = 5.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#94B512 (or 0x94B512) is known color: Citrus. HEX triplet: 94, B5 and 12. RGB value is (148,181,18). Sum of RGB (Red+Green+Blue) = 148+181+18=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #94B512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B512 is #6B4AED. Grayscale: #999999. Windows color (decimal): -7031534 or 1226132. OLE color: 1226132.

HSL color Cylindrical-coordinate representation of color #94B512: hue angle of 72.15º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94B512 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 181 18 -
CMYK 0.18 0 0.90 0.29
HSL 72.15º 0.82% 0.39% -
HSV(B) 72.15º 0.9% 0.71% -
XYZ 28.85 39.39 6.65 -
YUV 152.55 52.07 124.75 -
System Red Green Blue C M Y K H S L
Decimal 148 181 18 0.18 0 0.90 0.29 72.15 0.82 0.39
Hex 94 B5 12 12 0 5A 1D 48 52 27
Octal 224 265 22 22 0 132 35 110 122 47
Binary 10010100 10110101 10010 10010 0 1011010 11101 1001000 1010010 100111

Color Harmonies of #94B512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B512

Black with #94B512

Text Example


Text Example

White with #94B512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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