#92BD00

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

Shades of Citrus #92BD00

Tints of Citrus #92BD00

Color information

#92BD00 (or 0x92BD00) is unknown color: approx Citrus. HEX triplet: 92, BD and 00. RGB value is (146,189,0). Sum of RGB (Red+Green+Blue) = 146+189+0=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BD00 is #6D42FF. Grayscale: #9B9B9B. Windows color (decimal): -7160576 or 48530. OLE color: 48530.

HSL color Cylindrical-coordinate representation of color #92BD00: hue angle of 73.65º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92BD00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1461890-
CMYK0.23010.26
HSL73.65º100%37.06%-
HSV(B)73.65º100%74.12%-
XYZ30.0542.516.62-
YUV154.640.75121.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 189 (74.22% from 255) = 56.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.58%
G=56.42%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14618900.23010.2673.6510037.06
Hex92BD0170641A4a6425
Octal22227502701443211214445
Binary1001001010111101010111011001001101010010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,189,0); }

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

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

 a { background-color: rgb(146,189,0); }

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

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

 span { border-color: rgb(146,189,0); }

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