Html Css Color HEX #92A000 Citrus

📋 copy color: '#92A000'

red 146 ◦ green 160 ◦ blue 0

#92A000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #92A000

Tints of Citrus #92A000

RGB

 RED value IS 146 (57.42% from 255) = 47.71%

 GREEN value IS 160 (62.89% from 255) = 52.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.71%
G = 52.29%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#92A000 (or 0x92A000) is known color: Citrus. HEX triplet: 92, A0 and 00. RGB value is (146,160,0). Sum of RGB (Red+Green+Blue) = 146+160+0=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #92A000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92A000 is #6D5FFF. Grayscale: #8A8A8A. Windows color (decimal): -7168000 or 41106. OLE color: 41106.

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

Color convert

RGB 146 160 0 -
CMYK 0.09 0 1 0.37
HSL 65.25º 1% 0.31% -
HSV(B) 65.25º 1% 0.63% -
XYZ 24.42 31.25 4.75 -
YUV 137.57 50.36 134.01 -
System Red Green Blue C M Y K H S L
Decimal 146 160 0 0.09 0 1 0.37 65.25 1 0.31
Hex 92 A0 0 9 0 64 25 41 64 1F
Octal 222 240 0 11 0 144 45 101 144 37
Binary 10010010 10100000 0 1001 0 1100100 100101 1000001 1100100 11111

Color Harmonies of #92A000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A000

Black with #92A000

Text Example


Text Example

White with #92A000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #92A000;
 }
 .AnyTagClassName
 {
   color: #92A000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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