#92B100

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

Shades of Citrus #92B100

Tints of Citrus #92B100

Color information

#92B100 (or 0x92B100) is unknown color: approx Citrus. HEX triplet: 92, B1 and 00. RGB value is (146,177,0). Sum of RGB (Red+Green+Blue) = 146+177+0=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #92B100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92B100 is #6D4EFF. Grayscale: #949494. Windows color (decimal): -7163648 or 45458. OLE color: 45458.

HSL color Cylindrical-coordinate representation of color #92B100: hue angle of 70.51º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92B100 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1461770-
CMYK0.18010.31
HSL70.51º100%34.71%-
HSV(B)70.51º100%69.41%-
XYZ27.5837.565.8-
YUV147.5544.73126.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 177 (69.53% from 255) = 54.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.20%
G=54.80%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14617700.18010.3170.5110034.71
Hex92B10120641F476423
Octal22226102201443710714443
Binary1001001010110001010010011001001111110001111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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