#92A50B

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

Shades of Citrus #92A50B

Tints of Citrus #92A50B

Color information

#92A50B (or 0x92A50B) is unknown color: approx Citrus. HEX triplet: 92, A5 and 0B. RGB value is (146,165,11). Sum of RGB (Red+Green+Blue) = 146+165+11=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #92A50B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92A50B is #6D5AF4. Grayscale: #8E8E8E. Windows color (decimal): -7166709 or 763282. OLE color: 763282.

HSL color Cylindrical-coordinate representation of color #92A50B: hue angle of 67.4º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92A50B is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB14616511-
CMYK0.1200.930.35
HSL67.4º87.5%34.51%-
HSV(B)67.4º93.33%64.71%-
XYZ25.3733.055.36-
YUV141.7654.21131.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 165 (64.84% from 255) = 51.24%
BLUE value IS 11 (4.69% from 255) = 3.42%
R=45.34%
G=51.24%
B=3.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal146165110.1200.930.3567.487.534.51
Hex92A5BC05D23435823
Octal222245131401354310313043
Binary1001001010100101101111000101110110001110000111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A50B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,165,11); }

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

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

 a { background-color: rgb(146,165,11); }

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

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

 span { border-color: rgb(146,165,11); }

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