Html Css Color HEX #94B115 Citrus

📋 copy color: '#94B115'

red 148 ◦ green 177 ◦ blue 21

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

Shades of Citrus #94B115

Tints of Citrus #94B115

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.16%

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

R = 42.77%
G = 51.16%
B = 6.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#94B115 (or 0x94B115) is known color: Citrus. HEX triplet: 94, B1 and 15. RGB value is (148,177,21). Sum of RGB (Red+Green+Blue) = 148+177+21=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #94B115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94B115 is #6B4EEA. Grayscale: #979797. Windows color (decimal): -7032555 or 1421716. OLE color: 1421716.

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

Color convert

RGB 148 177 21 -
CMYK 0.16 0 0.88 0.31
HSL 71.15º 0.79% 0.39% -
HSV(B) 71.15º 0.88% 0.69% -
XYZ 28.07 37.79 6.53 -
YUV 150.55 54.89 126.18 -
System Red Green Blue C M Y K H S L
Decimal 148 177 21 0.16 0 0.88 0.31 71.15 0.79 0.39
Hex 94 B1 15 10 0 58 1F 47 4F 27
Octal 224 261 25 20 0 130 37 107 117 47
Binary 10010100 10110001 10101 10000 0 1011000 11111 1000111 1001111 100111

Color Harmonies of #94B115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B115

Black with #94B115

Text Example


Text Example

White with #94B115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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