#94BF0B

Color #94BF0B Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #94BF0B

Tints of Citrus #94BF0B

Color information

#94BF0B (or 0x94BF0B) is unknown color: approx Citrus. HEX triplet: 94, BF and 0B. RGB value is (148,191,11). Sum of RGB (Red+Green+Blue) = 148+191+11=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BF0B is #6B40F4. Grayscale: #9E9E9E. Windows color (decimal): -7028981 or 769940. OLE color: 769940.

HSL color Cylindrical-coordinate representation of color #94BF0B: hue angle of 74.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94BF0B is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB14819111-
CMYK0.2300.940.25
HSL74.33º89.11%39.61%-
HSV(B)74.33º94.24%74.9%-
XYZ30.943.587.1-
YUV157.6245.25121.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 191 (75% from 255) = 54.57%
BLUE value IS 11 (4.69% from 255) = 3.14%
R=42.29%
G=54.57%
B=3.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148191110.2300.940.2574.3389.1139.61
Hex94BFB1705E194a5928
Octal224277132701363111213150
Binary1001010010111111101110111010111101100110010101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,191,11); }

 H1.HeaderClassName
 {
   color: #94BF0B;
 }
 .AnyTagClassName
 {
   color: #94BF0B;
 }
</style>
background-color css

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

 a { background-color: rgb(148,191,11); }

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

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

 span { border-color: rgb(148,191,11); }

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