#92BA01

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

Shades of Citrus #92BA01

Tints of Citrus #92BA01

Color information

#92BA01 (or 0x92BA01) is unknown color: approx Citrus. HEX triplet: 92, BA and 01. RGB value is (146,186,1). Sum of RGB (Red+Green+Blue) = 146+186+1=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BA01 is #6D45FE. Grayscale: #999999. Windows color (decimal): -7161343 or 113298. OLE color: 113298.

HSL color Cylindrical-coordinate representation of color #92BA01: hue angle of 72.97º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92BA01 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1461861-
CMYK0.2200.990.27
HSL72.97º98.93%36.67%-
HSV(B)72.97º99.46%72.94%-
XYZ29.4241.236.44-
YUV152.9542.25123.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.84%
GREEN value IS 186 (73.05% from 255) = 55.86%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=43.84%
G=55.86%
B=0.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14618610.2200.990.2772.9798.9336.67
Hex92BA1160631B496325
Octal22227212601433311114345
Binary1001001010111010110110011000111101110010011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92BA01; }

 p { color: rgb(146,186,1); }

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

<style>
 a { background-color: #92BA01; }

 a { background-color: rgb(146,186,1); }

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

<style>
 span { border-color: #92BA01; }

 span { border-color: rgb(146,186,1); }

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