Html Css Color HEX #94B215 Citrus

📋 copy color: '#94B215'

red 148 ◦ green 178 ◦ blue 21

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

Shades of Citrus #94B215

Tints of Citrus #94B215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.3%

 BLUE value IS 21 (8.59% from 255) = 6.05%

R = 42.65%
G = 51.3%
B = 6.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#94B215 (or 0x94B215) is known color: Citrus. HEX triplet: 94, B2 and 15. RGB value is (148,178,21). Sum of RGB (Red+Green+Blue) = 148+178+21=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #94B215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94B215 is #6B4DEA. Grayscale: #979797. Windows color (decimal): -7032299 or 1421972. OLE color: 1421972.

HSL color Cylindrical-coordinate representation of color #94B215: hue angle of 71.46º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94B215 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 178 21 -
CMYK 0.17 0 0.88 0.30
HSL 71.46º 0.79% 0.39% -
HSV(B) 71.46º 0.88% 0.7% -
XYZ 28.27 38.19 6.59 -
YUV 151.13 54.56 125.77 -
System Red Green Blue C M Y K H S L
Decimal 148 178 21 0.17 0 0.88 0.30 71.46 0.79 0.39
Hex 94 B2 15 11 0 58 1E 47 4F 27
Octal 224 262 25 21 0 130 36 107 117 47
Binary 10010100 10110010 10101 10001 0 1011000 11110 1000111 1001111 100111

Color Harmonies of #94B215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B215

Black with #94B215

Text Example


Text Example

White with #94B215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,178,21); }

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

background-color css

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

 a { background-color: rgb(148,178,21); }

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

border-color css

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

 span { border-color: rgb(148,178,21); }

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