#92BD0B

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

Shades of Citrus #92BD0B

Tints of Citrus #92BD0B

Color information

#92BD0B (or 0x92BD0B) is unknown color: approx Citrus. HEX triplet: 92, BD and 0B. RGB value is (146,189,11). Sum of RGB (Red+Green+Blue) = 146+189+11=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BD0B is #6D42F4. Grayscale: #9C9C9C. Windows color (decimal): -7160565 or 769426. OLE color: 769426.

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

Color convert

RGB14618911-
CMYK0.2300.940.26
HSL74.49º89%39.22%-
HSV(B)74.49º94.18%74.12%-
XYZ30.1142.536.94-
YUV155.8546.25120.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 189 (74.22% from 255) = 54.62%
BLUE value IS 11 (4.69% from 255) = 3.18%
R=42.20%
G=54.62%
B=3.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146189110.2300.940.2674.498939.22
Hex92BDB1705E1A4a5927
Octal222275132701363211213147
Binary1001001010111101101110111010111101101010010101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BD0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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