Html Css Color HEX #94B114 Citrus

📋 copy color: '#94B114'

red 148 ◦ green 177 ◦ blue 20

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

Shades of Citrus #94B114

Tints of Citrus #94B114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.8%

R = 42.9%
G = 51.3%
B = 5.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#94B114 (or 0x94B114) is known color: Citrus. HEX triplet: 94, B1 and 14. RGB value is (148,177,20). Sum of RGB (Red+Green+Blue) = 148+177+20=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #94B114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94B114 is #6B4EEB. Grayscale: #979797. Windows color (decimal): -7032556 or 1356180. OLE color: 1356180.

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

Color convert

RGB 148 177 20 -
CMYK 0.16 0 0.89 0.31
HSL 71.08º 0.8% 0.39% -
HSV(B) 71.08º 0.89% 0.69% -
XYZ 28.06 37.79 6.48 -
YUV 150.43 54.39 126.27 -
System Red Green Blue C M Y K H S L
Decimal 148 177 20 0.16 0 0.89 0.31 71.08 0.8 0.39
Hex 94 B1 14 10 0 59 1F 47 50 27
Octal 224 261 24 20 0 131 37 107 120 47
Binary 10010100 10110001 10100 10000 0 1011001 11111 1000111 1010000 100111

Color Harmonies of #94B114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B114

Black with #94B114

Text Example


Text Example

White with #94B114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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