Html Css Color HEX #94BA09 Citrus

📋 copy color: '#94BA09'

red 148 ◦ green 186 ◦ blue 9

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

Shades of Citrus #94BA09

Tints of Citrus #94BA09

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.23%

 BLUE value IS 9 (3.91% from 255) = 2.62%

R = 43.15%
G = 54.23%
B = 2.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#94BA09 (or 0x94BA09) is known color: Citrus. HEX triplet: 94, BA and 09. RGB value is (148,186,9). Sum of RGB (Red+Green+Blue) = 148+186+9=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BA09 is #6B45F6. Grayscale: #9B9B9B. Windows color (decimal): -7030263 or 637588. OLE color: 637588.

HSL color Cylindrical-coordinate representation of color #94BA09: hue angle of 72.88º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94BA09 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 186 9 -
CMYK 0.20 0 0.95 0.27
HSL 72.88º 0.91% 0.38% -
HSV(B) 72.88º 0.95% 0.73% -
XYZ 29.82 41.43 6.68 -
YUV 154.46 45.91 123.39 -
System Red Green Blue C M Y K H S L
Decimal 148 186 9 0.20 0 0.95 0.27 72.88 0.91 0.38
Hex 94 BA 9 14 0 5F 1B 49 5B 26
Octal 224 272 11 24 0 137 33 111 133 46
Binary 10010100 10111010 1001 10100 0 1011111 11011 1001001 1011011 100110

Color Harmonies of #94BA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BA09

Black with #94BA09

Text Example


Text Example

White with #94BA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,186,9); }

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

background-color css

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

 a { background-color: rgb(148,186,9); }

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

border-color css

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

 span { border-color: rgb(148,186,9); }

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